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.

A028873 Numbers k such that k^2 - 3 is prime.

Original entry on oeis.org

4, 8, 10, 14, 20, 26, 32, 34, 40, 44, 46, 58, 64, 68, 80, 86, 88, 92, 98, 110, 112, 118, 124, 128, 136, 140, 142, 146, 164, 172, 190, 194, 202, 206, 208, 218, 220, 250, 254, 266, 268, 296, 298, 304, 310, 320, 322, 326, 328, 332, 340, 350, 356, 362, 370, 416, 418
Offset: 1

Views

Author

Keywords

Examples

			8^2 - 3 = 61 is prime, so 8 is in the sequence.
		

Crossrefs

Cf. A028874.

Programs

Formula

a(n) = sqrt(A028874(n) + 3). - Amiram Eldar, Mar 01 2025