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.

A138692 Numbers of the form 86+p^2 (where p is a prime).

Original entry on oeis.org

90, 95, 111, 135, 207, 255, 375, 447, 615, 927, 1047, 1455, 1767, 1935, 2295, 2895, 3567, 3807, 4575, 5127, 5415, 6327, 6975, 8007, 9495, 10287, 10695, 11535, 11967, 12855, 16215, 17247, 18855, 19407, 22287, 22887, 24735, 26655, 27975, 30015
Offset: 1

Views

Author

Artur Jasinski, Mar 26 2008

Keywords

Comments

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

Crossrefs

Programs

  • Mathematica
    Table[2*43 + Prime[p + 1]^2, {p, 0, 100}]
    Prime[Range[40]]^2+86 (* Harvey P. Dale, Jan 31 2020 *)