A160757 Averages of the Fibonacci numbers which take integer values.
1, 1, 5058, 262213938, 18124577012898, 187952389930860, 1409394295257361938, 116903055445824294157698, 10100618828005365858877129458, 81435914480042681825934186407384633298, 7505278652741640947693896415563573183203138, 700346071081054203480884565881868806176873272498
Offset: 1
Programs
-
Mathematica
lst = {}; Do[a = Sum[ Fibonacci@ j, {j, n}]/n; If[ IntegerQ@ a, AppendTo[lst, a]], {n, 250}]; lst
Formula
Extensions
Corrected and extended by Max Alekseyev and Robert G. Wilson v, Jun 04 2009
Comments