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.

A152737 a(n) = floor(n^phi) where phi is the golden ratio.

Original entry on oeis.org

0, 1, 3, 5, 9, 13, 18, 23, 28, 34, 41, 48, 55, 63, 71, 79, 88, 97, 107, 117, 127, 137, 148, 159, 171, 182, 194, 207, 219, 232, 245, 258, 272, 286, 300, 315, 329, 344, 359, 375, 391, 406, 423, 439, 456, 473, 490, 507, 525, 542, 561, 579, 597, 616, 635, 654, 673
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    phi:=(1+Sqrt(5))/2; [Floor(n^phi): n in [0..50]]; // G. C. Greubel, Sep 01 2018
  • Mathematica
    a[n_]:=Floor[n^GoldenRatio];
  • PARI
    a(n)=floor(n^((1+sqrt(5))/2)) \\ Charles R Greathouse IV, Jul 29 2011
    

Extensions

Offset changed to 0 by Georg Fischer, Oct 19 2024