OFFSET
0,2
COMMENTS
The first differences a(n) - a(n-1) generally equal 76 with exceptions for example at n = 77, 153, 229, 305, 381, 457, ..., 5777, 5854, 5930, .... where they equal 77. - R. J. Mathar, Jan 11 2008
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
Tanya Khovanova, Non Recursions
MATHEMATICA
Floor[GoldenRatio^9*Range[0, 60]] (* G. C. Greubel, Aug 24 2023 *)
PROG
(Magma) [Floor((38+17*Sqrt(5))*n): n in [0..60]]; // G. C. Greubel, Aug 24 2023
(SageMath) [floor(golden_ratio^9*n) for n in range(61)] # G. C. Greubel, Aug 24 2023
CROSSREFS
Cf. A001622
KEYWORD
nonn
AUTHOR
STATUS
approved