|
Search: id:A122429
|
|
|
| A122429 |
|
Primes p such that q=4p^2+1, r=4q^2+1 and s=4r^2+1 are all primes. |
|
+0 1
|
|
| 13, 9833, 41647, 151607, 264757, 356123, 361223, 446863, 449093, 457813, 531383, 641057, 655927, 841697, 855947, 899263, 913687, 1052813, 1081757, 1379383, 1506493, 1575757, 1685087, 1821013, 1821377, 1981517, 2054233
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
13 is there because 13, 677, 1833317, and 13444204889957 are primes.
|
|
MATHEMATICA
|
Reap[Do[p=Prime[n]; q=4p^2+1; r=4q^2+1; s=4r^2+1; If[PrimeQ[{q, r, s}]=={True, True, True}, Sow[p]], {n, 15000}]][[2, 1]]
|
|
CROSSREFS
|
Cf. A052291 Primes p such that 4p^2 + 1 is also prime, A005574 Numbers n such that n^2 + 1 is prime.
Adjacent sequences: A122426 A122427 A122428 this_sequence A122430 A122431 A122432
Sequence in context: A032463 A060887 A020521 this_sequence A068731 A098562 A123921
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Zak Seidov (zakseidov(AT)yahoo.com), Oct 20 2006
|
|
EXTENSIONS
|
More terms from Don Reble (djr(AT)nk.ca), Oct 24 2006
|
|
|
Search completed in 0.002 seconds
|