%I #13 Sep 05 2023 18:49:54
%S 0,842,1685,2528,3371,4214,5057,5900,6743,7586,8429,9272,10115,10958,
%T 11801,12644,13487,14330,15173,16016,16859,17702,18545,19388,20231,
%U 21074,21917,22760,23603,24446
%N a(n) = floor(n*phi^14), where phi is the golden ratio, A001622.
%H G. C. Greubel, <a href="/A004929/b004929.txt">Table of n, a(n) for n = 0..10000</a>
%H <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%t Floor[GoldenRatio^(14)*Range[0, 60]] (* _G. C. Greubel_, Sep 05 2023 *)
%o (Magma) [Floor((843+377*Sqrt(5))*n/2): n in [0..60]]; // _G. C. Greubel_, Sep 05 2023
%o (SageMath) [floor(golden_ratio^(14)*n) for n in range(61)] # _G. C. Greubel_, Sep 05 2023
%Y Cf. A004919, A004920, A004921, A004922, A004923, A004924, A004925.
%Y Cf. A004926, A004927, A004928, A004930, A004931, A004932, A004933.
%Y Cf. A004934, A004935, A004976, A066096, A090909.
%Y Cf. A001622.
%K nonn
%O 0,2
%A _N. J. A. Sloane_