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.

A124263 Largest prime < 10*a(n-1), a(1)=3.

Original entry on oeis.org

3, 29, 283, 2819, 28183, 281807, 2818043, 28180393, 281803927, 2818039241, 28180392407, 281803924067, 2818039240619, 28180392406171, 281803924061641, 2818039240616359, 28180392406163579, 281803924061635783, 2818039240616357827, 28180392406163578069, 281803924061635780589
Offset: 1

Views

Author

Artur Jasinski, Dec 16 2006

Keywords

Crossrefs

Cf. A124262.

Programs

  • Mathematica
    NestList[NextPrime[10#,-1]&,3,20] (* Harvey P. Dale, Jun 10 2011 *)