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.

A218255 Next prime after 10*n.

Original entry on oeis.org

2, 11, 23, 31, 41, 53, 61, 71, 83, 97, 101, 113, 127, 131, 149, 151, 163, 173, 181, 191, 211, 211, 223, 233, 241, 251, 263, 271, 281, 293, 307, 311, 331, 331, 347, 353, 367, 373, 383, 397, 401, 419, 421, 431, 443, 457, 461, 479, 487, 491, 503, 521, 521, 541
Offset: 0

Views

Author

Giovanni Teofilatto, Oct 24 2012

Keywords

Crossrefs

Cf. A122072.

Programs

  • Mathematica
    Table[Prime[1 + PrimePi[10*n]], {n, 0, 60}] (* T. D. Noe, Oct 30 2012 *)
    NextPrime/@(10 Range[0,60]) (* Harvey P. Dale, Mar 18 2018 *)