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.

A101907 Numbers k such that the arithmetic mean of the first k+1 Fibonacci numbers (beginning with F(0)) is an integer.

Original entry on oeis.org

0, 3, 5, 8, 10, 18, 23, 28, 30, 33, 40, 45, 47, 58, 60, 70, 71, 78, 88, 93, 95, 99, 100, 105, 108, 119, 128, 130, 138, 143, 148, 150, 165, 178, 180, 190, 191, 198, 200, 210, 213, 215, 219, 225, 228, 238, 239, 240, 248, 250, 268, 270, 273, 280, 287, 310, 320, 330
Offset: 1

Views

Author

Ctibor O. Zizka, Jul 27 2008

Keywords

Comments

The sum of the first n Fibonacci numbers is F(n+2)-1, sequence A000071.
Knott discusses the factorization of these numbers. - T. D. Noe, Oct 10 2005

Examples

			k = 3 : (F(0)+F(1)+F(2)+F(3))/4 = (0+1+1+2)/4 = 1. So 3 is a term.
k = 5 : (F(0)+F(1)+F(2)+F(3)+F(4)+F(5))/6 = (0+1+1+2+3+5)/6 = 2. So 5 is a term.
		

Crossrefs

Cf. A000045, A000071. See A111035 for another version.
Cf. A219612. - Altug Alkan, Dec 29 2015

Programs

Formula

Numbers k such that (F(0)+ F(1)+ ... + F(k)) / (k+1) is an integer, where F(i) is the i-th Fibonacci number.
a(n) = A219612(n) - 1. - Altug Alkan, Dec 29 2015

Extensions

Edited and extended by Robert G. Wilson v, Aug 03 2008
Definition corrected by Altug Alkan, Dec 29 2015