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.

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

Original entry on oeis.org

2, 7, 31, 151, 751, 3739, 18691, 93427, 467123, 2335607, 11678021, 58390103, 291950479, 1459752391, 7298761949, 36493809683, 182469048409, 912345242041, 4561726210189, 22808631050929, 114043155254641, 570215776273147, 2851078881365711, 14255394406828543, 71276972034142687
Offset: 1

Views

Author

Artur Jasinski, Dec 16 2006

Keywords

Crossrefs

Cf. A126031.

Programs

  • Mathematica
    Nest[Append[#,NextPrime[5Last[#],-1]]&,{2},24] (* James C. McMahon, Dec 23 2024 *)