From 770853e3af003909b04138f8113778c77f24103c Mon Sep 17 00:00:00 2001 From: filifa Date: Sat, 19 Jul 2025 21:41:41 -0400 Subject: [PATCH] fix phrasing --- notebooks/problem0025.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/problem0025.ipynb b/notebooks/problem0025.ipynb index d9f2629..df7648e 100644 --- a/notebooks/problem0025.ipynb +++ b/notebooks/problem0025.ipynb @@ -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",