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.

A138689 Numbers of the form 26+p^2 (where p is a prime).

Original entry on oeis.org

30, 35, 51, 75, 147, 195, 315, 387, 555, 867, 987, 1395, 1707, 1875, 2235, 2835, 3507, 3747, 4515, 5067, 5355, 6267, 6915, 7947, 9435, 10227, 10635, 11475, 11907, 12795, 16155, 17187, 18795, 19347, 22227, 22827, 24675, 26595, 27915, 29955, 32067
Offset: 1

Views

Author

Artur Jasinski, Mar 26 2008

Keywords

Comments

26+p^2 is divisible by 3 for any prime p>3; Zak Seidov

Crossrefs

Programs

  • Mathematica
    Table[2*13 + Prime[p + 1]^2, {p, 0, 100}]