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.

A124358 Largest prime < 100*a(n-1), a(1) = 5.

Original entry on oeis.org

5, 499, 49891, 4989079, 498907883, 49890788291, 4989078829037, 498907882903681, 49890788290368043, 4989078829036804253, 498907882903680425207, 49890788290368042520691, 4989078829036804252069087, 498907882903680425206908691, 49890788290368042520690869043
Offset: 1

Views

Author

Artur Jasinski, Dec 16 2006

Keywords

Crossrefs

Programs

  • Mathematica
    a[1]=5;a[n_]:=NextPrime[100a[n-1],-1];Table[a[n],{n,15}] (* James C. McMahon, Dec 15 2024 *)

Extensions

a(13)-(15) from James C. McMahon, Dec 15 2024