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.

A138690 Numbers of the form 56+p^2 (where p is a prime).

Original entry on oeis.org

60, 65, 81, 105, 177, 225, 345, 417, 585, 897, 1017, 1425, 1737, 1905, 2265, 2865, 3537, 3777, 4545, 5097, 5385, 6297, 6945, 7977, 9465, 10257, 10665, 11505, 11937, 12825, 16185, 17217, 18825, 19377, 22257, 22857, 24705, 26625, 27945, 29985
Offset: 1

Views

Author

Artur Jasinski, Mar 26 2008

Keywords

Comments

56+p^2 is divisible by 3 for any prime p>3. - M. F. Hasler

Crossrefs

Programs

  • Mathematica
    Table[2*28 + Prime[p + 1]^2, {p, 0, 100}]
    Prime[Range[40]]^2+56 (* Harvey P. Dale, Dec 15 2015 *)