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 A004932 #12 Sep 12 2023 04:40:44 %S A004932 0,3571,7142,10713,14284,17855,21426,24997,28568,32139,35710,39281, %T A004932 42852,46423,49994,53565,57136,60707,64278,67849,71420,74991,78562, %U A004932 82133,85704,89275,92846,96417 %N A004932 a(n) = floor(n*phi^17), where phi is the golden ratio, A001622. %H A004932 G. C. Greubel, <a href="/A004932/b004932.txt">Table of n, a(n) for n = 0..10000</a> %H A004932 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/NonRecursions.html">Non Recursions</a> %t A004932 Floor[GoldenRatio^(17)*Range[0, 60]] (* _G. C. Greubel_, Sep 11 2023 *) %o A004932 (Magma) [Floor((3571+1597*Sqrt(5))*n/2): n in [0..60]]; // _G. C. Greubel_, Sep 11 2023 %o A004932 (SageMath) [floor(golden_ratio^(17)*n) for n in range(61)] # _G. C. Greubel_, Sep 11 2023 %Y A004932 Cf. A004919, A004920, A004921, A004922, A004923, A004924, A004925. %Y A004932 Cf. A004926, A004927, A004928, A004929, A004930, A004931, A004933. %Y A004932 Cf. A004934, A004935, A004976, A066096, A090909. %Y A004932 Cf. A001622. %K A004932 nonn,easy %O A004932 0,2 %A A004932 _N. J. A. Sloane_