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.

A052292 Primes of form 4*p^2 + 1, p prime.

Original entry on oeis.org

17, 37, 101, 197, 677, 5477, 8837, 17957, 21317, 42437, 98597, 106277, 148997, 217157, 401957, 454277, 1196837, 1378277, 1674437, 1705637, 1833317, 1865957, 2390117, 2735717, 3118757, 3147077, 3587237, 3865157, 4104677, 4519877
Offset: 1

Views

Author

Labos Elemer, Feb 08 2000

Keywords

Examples

			a(10) = 42437 = 4*103*103 + 1, where 103 is the generating prime.
		

Crossrefs

Cf. A052291.

Programs

  • Mathematica
    Select[Prime[Range[350000]], PrimeQ[Sqrt[(#-1)/4]]&] (* Harvey P. Dale, Feb 20 2011 *)

Formula

q = 4p^2 + 1 primes