A004926 a(n) = floor(n*phi^11), where phi is the golden ratio, A001622.
0, 199, 398, 597, 796, 995, 1194, 1393, 1592, 1791, 1990, 2189, 2388, 2587, 2786, 2985, 3184, 3383, 3582, 3781, 3980, 4179, 4378, 4577, 4776, 4975, 5174, 5373, 5572, 5771, 5970, 6169, 6368, 6567, 6766
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((199+89*Sqrt(5))*n/2): n in [0..60]]; // G. C. Greubel, Aug 27 2023
-
Mathematica
Floor[GoldenRatio^(11)*Range[0, 60]] (* G. C. Greubel, Aug 27 2023 *)
-
SageMath
[floor(golden_ratio^(11)*n) for n in range(61)] # G. C. Greubel, Aug 27 2023