cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A372048 The index of the largest Fibonacci number that divides the sum of Fibonacci numbers with indices 1 through n.

Original entry on oeis.org

2, 3, 3, 2, 4, 5, 4, 4, 6, 7, 6, 6, 8, 9, 8, 8, 10, 11, 10, 10, 12, 13, 12, 12, 14, 15, 14, 14, 16, 17, 16, 16, 18, 19, 18, 18, 20, 21, 20, 20, 22, 23, 22, 22, 24, 25, 24, 24, 26, 27, 26, 26, 28, 29, 28, 28, 30, 31, 30, 30, 32, 33, 32, 32, 34, 35, 34, 34, 36, 37, 36, 36, 38, 39, 38, 38, 40, 41, 40, 40
Offset: 1

Views

Author

Tanya Khovanova and the MIT PRIMES STEP senior group, Apr 17 2024

Keywords

Comments

The sum of the first n Fibonacci numbers is sequence A000071.
When we divide the sum by the largest Fibonacci number that divides the sum, we always get a Lucas number.
For n > 3, a(n+4) = a(n) + 2.

Examples

			The sum of the first three Fibonacci numbers is 1+1+2=4. The largest Fibonacci that divides this sum is 2, the third Fibonacci number. Thus, a(3) = 2. After the division, we get 4/2 = 2, the zeroth Lucas number.
The sum of the first ten Fibonacci numbers is 143. The largest Fibonacci that divides this sum is 13, the seventh Fibonacci number. Thus, a(10) = 7. After the division, we get 143/13 = 11, the fifth Lucas number.
		

Crossrefs

Programs

Formula

G.f.: x*(x^6-2*x^5+2*x^4-2*x^3+x^2-x+2)/((x^2+1)*(x-1)^2). - Alois P. Heinz, Jul 25 2025

A372050 The index of the largest Fibonacci number that divides the sum of Fibonacci numbers with indices 1 through A000217(n) (the n-th triangular number).

Original entry on oeis.org

2, 3, 5, 7, 8, 12, 14, 18, 24, 28, 35, 41, 46, 54, 60, 68, 78, 89, 97, 107, 116, 128, 138, 150, 164, 176, 191, 205, 218, 234, 248, 264, 282, 298, 317, 335, 352, 372, 390, 410, 432, 452, 475, 497, 518, 542, 564, 588, 614, 638, 665, 691, 716, 744, 770, 798, 828, 856, 887, 917, 946, 978
Offset: 1

Views

Author

Tanya Khovanova and MIT PRIMES STEP senior group, Apr 17 2024

Keywords

Comments

When we divide the sum by the largest Fibonacci number that divides the sum, we always get a Lucas number.

Examples

			For example, the sum of the first ten Fibonacci numbers is 143. The largest Fibonacci that divides this sum is 13, the seventh Fibonacci number. Thus, as 10 is the fourth triangular number a(4) = 7. After the division we get 143/13 = 11, the fifth Lucas number.
		

Crossrefs

Showing 1-2 of 2 results.