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.

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

Original entry on oeis.org

12, 37, 157, 919, 7193, 72727, 919913, 14161729, 259336153, 5545806481, 136395369829, 3809491708961, 119543903707171, 4176603711876241, 161191749822468689, 6825232807005006089
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

Cf. A007097.

Programs

  • Mathematica
    NestList[ Prime, 12, 11 ]

Extensions

a(13) from Robert G. Wilson v, Oct 01 2014
a(14)-a(16) from Robert G. Wilson v, Mar 07 2017 using Kim Walisch's primecount