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 A152737 #25 Oct 20 2024 17:57:25 %S A152737 0,1,3,5,9,13,18,23,28,34,41,48,55,63,71,79,88,97,107,117,127,137,148, %T A152737 159,171,182,194,207,219,232,245,258,272,286,300,315,329,344,359,375, %U A152737 391,406,423,439,456,473,490,507,525,542,561,579,597,616,635,654,673 %N A152737 a(n) = floor(n^phi) where phi is the golden ratio. %H A152737 Georg Fischer, <a href="/A152737/b152737.txt">Table of n, a(n) for n = 0..9999</a> [first 1615 terms from Paolo P. Lava] %t A152737 a[n_]:=Floor[n^GoldenRatio]; %o A152737 (PARI) a(n)=floor(n^((1+sqrt(5))/2)) \\ _Charles R Greathouse IV_, Jul 29 2011 %o A152737 (Magma) phi:=(1+Sqrt(5))/2; [Floor(n^phi): n in [0..50]]; // _G. C. Greubel_, Sep 01 2018 %Y A152737 Cf. A001622, A014217. %K A152737 nonn,easy %O A152737 0,3 %A A152737 _Vladimir Joseph Stephan Orlovsky_, Dec 12 2008 %E A152737 Offset changed to 0 by _Georg Fischer_, Oct 19 2024