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.

A124298 Largest prime < 10*a(n-1), a(1)=13.

Original entry on oeis.org

13, 127, 1259, 12589, 125887, 1258847, 12588461, 125884529, 1258845277, 12588452743, 125884527427, 1258845274261, 12588452742583, 125884527425827, 1258845274258259, 12588452742582559, 125884527425825569, 1258845274258255681, 12588452742582556787, 125884527425825567809
Offset: 1

Views

Author

Artur Jasinski, Dec 16 2006

Keywords

Crossrefs

Cf. A124262.

Programs

  • Mathematica
    NestList[NextPrime[10#, -1]&, 13, 30] (* Vincenzo Librandi, Jun 28 2014 *)