cp's OEIS Frontend

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.

A004928 a(n) = floor(n*phi^13), where phi is the golden ratio, A001622.

This page as a plain text file.
%I A004928 #14 Sep 05 2023 18:49:02
%S A004928 0,521,1042,1563,2084,2605,3126,3647,4168,4689,5210,5731,6252,6773,
%T A004928 7294,7815,8336,8857,9378,9899,10420,10941,11462,11983,12504,13025,
%U A004928 13546,14067,14588,15109,15630,16151
%N A004928 a(n) = floor(n*phi^13), where phi is the golden ratio, A001622.
%H A004928 G. C. Greubel, <a href="/A004928/b004928.txt">Table of n, a(n) for n = 0..10000</a>
%H A004928 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/NonRecursions.html">Non Recursions</a>
%H A004928 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%t A004928 Floor[GoldenRatio^(13)*Range[0, 60]] (* _G. C. Greubel_, Sep 05 2023 *)
%o A004928 (Magma) [Floor((521+233*Sqrt(5))*n/2): n in [0..60]]; // _G. C. Greubel_, Sep 05 2023
%o A004928 (SageMath) [floor(golden_ratio^(13)*n) for n in range(61)] # _G. C. Greubel_, Sep 05 2023
%Y A004928 Cf. A004919, A004920, A004921, A004922, A004923, A004924, A004925.
%Y A004928 Cf. A004926, A004927, A004929, A004930, A004931, A004932, A004933.
%Y A004928 Cf. A004934, A004935, A004976, A066096, A090909.
%Y A004928 Cf. A001622.
%K A004928 nonn
%O A004928 0,2
%A A004928 _N. J. A. Sloane_