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.

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

Original entry on oeis.org

2, 17, 151, 1327, 11941, 107467, 967201, 8704783, 78343019, 705087151, 6345784343, 57112059061, 514008531493, 4626076783423, 41634691050803, 374712219457181, 3372409975114627, 30351689776031621, 273165207984284509, 2458486871858560579, 22126381846727045189, 199137436620543406691
Offset: 1

Views

Author

Artur Jasinski, Dec 16 2006

Keywords

Crossrefs

Cf. A126031.

Programs

  • Mathematica
    NestList[NextPrime[9#,-1]&,2,20] (* Harvey P. Dale, Jan 11 2019 *)