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.

A028870 Numbers k such that k^2 - 2 is prime.

Original entry on oeis.org

2, 3, 5, 7, 9, 13, 15, 19, 21, 27, 29, 33, 35, 37, 43, 47, 49, 55, 61, 63, 69, 71, 75, 77, 89, 93, 103, 107, 117, 119, 121, 127, 131, 135, 139, 145, 155, 161, 169, 173, 177, 183, 191, 205, 211, 217, 223, 231, 233, 237, 239, 247, 253, 257, 259, 265, 267, 273, 279, 285
Offset: 1

Views

Author

Keywords

Comments

It is conjectured that this sequence is infinite.
Primes 2,3,5,7,13,... are in A062326. - Zak Seidov, Oct 05 2014

Examples

			5^2 - 2 = 23 is prime, so 5 is in the sequence.
		

References

  • D. Shanks, Solved and Unsolved Problems in Number Theory, 2nd. ed., Chelsea, 1978, p. 31.

Crossrefs

Cf. A028871.

Programs

Formula

a(n) = sqrt(2 + A028871(n)). - Zak Seidov, Oct 05 2014