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.

A126035 a(n) is the largest prime < 7*a(n-1) for n > 1, with a(1) = 2.

Original entry on oeis.org

2, 13, 89, 619, 4327, 30271, 211891, 1483231, 10382599, 72678187, 508747279, 3561230947, 24928616591, 174500315999, 1221502211987, 8550515483903, 59853608387317, 418975258711193, 2932826810978261, 20529787676847809, 143708513737934633, 1005959596165542401, 7041717173158796783
Offset: 1

Views

Author

Artur Jasinski, Dec 16 2006

Keywords

Crossrefs

Cf. A126031.

Programs

  • Mathematica
    NestList[NextPrime[7#,-1]&,2,20] (* Harvey P. Dale, Jul 01 2017 *)