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.

A057451 Prime recurrence: a(n+1) = a(n)-th prime, with a(1) = 6.

Original entry on oeis.org

6, 13, 41, 179, 1063, 8527, 87803, 1128889, 17624813, 326851121, 7069067389, 175650481151, 4952019383323, 156740126985437, 5519908106212193, 214616508361122337, 9150317141480822981
Offset: 1

Views

Author

Robert G. Wilson v, Sep 26 2000

Keywords

Comments

Lubomir Alexandrov informs me that he studied this sequence in his 1965 notebook. - N. J. A. Sloane, May 23 2008

Crossrefs

Programs

  • Mathematica
    NestList[ Prime, 6, 13 ]

Extensions

a(14) from Ray Chandler, Nov 04 2004
a(15)-a(17) from Robert G. Wilson v, Mar 07 2017 using Kim Walisch's primecount