fix phrasing

This commit is contained in:
filifa 2025-07-19 21:41:41 -04:00
parent 8111abfd4d
commit 770853e3af
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"\n",
"This problem can be solved with a scientific calculator!\n",
"\n",
"We're looking at [Fibonacci numbers](https://en.wikipedia.org/wiki/Fibonacci_sequence) again, after last seeing them in [problem 2](https://projecteuler.net/problem=2). Our goal is to find the first 1000 digit number in the sequence. Mathematically, we can state this is as the lowest $n$ such that\n",
"We're looking at [Fibonacci numbers](https://en.wikipedia.org/wiki/Fibonacci_sequence) again, after last seeing them in [problem 2](https://projecteuler.net/problem=2). Our goal is to find the index of the first 1000 digit number in the sequence. Mathematically, we can state this is as the lowest $n$ such that\n",
"$$1+\\log{F_n} \\geq 1000$$\n",
"(Here, $\\log$ is the base 10 logarithm).\n",
"\n",