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.

A182476 Primes of the form p^2+100, where p is prime.

Original entry on oeis.org

109, 149, 269, 389, 461, 941, 1061, 1949, 2309, 2909, 3581, 3821, 10301, 10709, 11549, 11981, 16229, 18869, 19421, 22901, 24749, 26669, 30029, 32141, 44621, 52541, 57221, 72461, 76829, 94349, 96821, 109661, 128981, 134789, 167381, 201701, 214469, 253109
Offset: 1

Views

Author

Alex Ratushnyak, May 01 2012

Keywords

Crossrefs

Cf. A045637 (p^2 + 4 is prime), A079141 (p^2 + 6 is prime), A182475.

Programs

  • Mathematica
    Select[Table[p^2 + 100, {p, Prime[Range[200]]}], PrimeQ] (* T. D. Noe, May 01 2012 *)