This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A004920 #20 Oct 27 2023 09:04:15 %S A004920 0,11,22,33,44,55,66,77,88,99,110,121,133,144,155,166,177,188,199,210, %T A004920 221,232,243,255,266,277,288,299,310,321,332,343,354,365,377,388,399, %U A004920 410,421,432,443,454,465,476,487,499,510,521,532,543,554,565,576,587,598 %N A004920 a(n) = floor(n*phi^5), where phi is the golden ratio, A001622. %H A004920 G. C. Greubel, <a href="/A004920/b004920.txt">Table of n, a(n) for n = 0..10000</a> %H A004920 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a> %t A004920 Table[Floor[n GoldenRatio^5],{n,0,54}] (* _Stefano Spezia_, Feb 19 2023 *) %o A004920 (Magma) [Floor((11+5*Sqrt(5))*n/2): n in [0..60]]; // _G. C. Greubel_, Aug 22 2023 %o A004920 (SageMath) [floor(golden_ratio^5*n) for n in range(61)] # _G. C. Greubel_, Aug 22 2023 %Y A004920 Cf. A004919, A004921, A004922, A004923, A004924, A004925, A004926. %Y A004920 Cf. A004927, A004928, A004929, A004930, A004931, A004932, A004933. %Y A004920 Cf. A004934, A004935, A004976, A066096, A090909. %Y A004920 Cf. A001622. %K A004920 nonn %O A004920 0,2 %A A004920 _N. J. A. Sloane_