A004924 a(n) = floor(n*phi^9), where phi is the golden ratio, A001622.
0, 76, 152, 228, 304, 380, 456, 532, 608, 684, 760, 836, 912, 988, 1064, 1140, 1216, 1292, 1368, 1444, 1520, 1596, 1672, 1748, 1824, 1900, 1976, 2052, 2128, 2204, 2280, 2356, 2432, 2508, 2584, 2660, 2736
Offset: 0
Keywords
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
- Tanya Khovanova, Non Recursions
- Index entries for sequences related to Beatty sequences
Crossrefs
Programs
-
Magma
[Floor((38+17*Sqrt(5))*n): n in [0..60]]; // G. C. Greubel, Aug 24 2023
-
Mathematica
Floor[GoldenRatio^9*Range[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
Comments