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.

A140231 a(n) = ceiling(e^(n*(1+sqrt(5))/2)).

Original entry on oeis.org

6, 26, 129, 647, 3263, 16453, 82971, 418433, 2110227, 10642223, 53670491, 270669172, 1365029469, 6884069717, 34717503879, 175086122783, 882988319045, 4453056354096, 22457500812922, 113256896535457, 571173289481198
Offset: 1

Views

Author

Mohammad K. Azarian, May 13 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Ceiling[E^(n*GoldenRatio)],{n,30}] (* Harvey P. Dale, Mar 12 2015 *)