|
Search: id:A090687
|
|
|
| A090687 |
|
Primes of the form 6n^2+1. |
|
+0 2
|
|
| 7, 97, 151, 487, 601, 727, 2647, 3457, 4057, 7351, 9127, 9601, 11617, 12697, 14407, 15607, 17497, 20887, 21601, 29401, 33751, 37447, 39367, 42337, 47527, 53017, 54151, 71287, 77977, 80737, 84967, 95257, 102967, 110977, 126151, 142297, 151687
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Subset of A002476. See also A121326. The n for which 6*n^2 + 1 is prime are 1, 4, 5, 9, 10, 11, 21, 24, 26, 35, 39, 40, 44, 46, 49, 51, 54, 59, 60, 70, 75, 79, 81, 84, 89, 94, 95, 109, 114, 116, 119, 126, 131, 136, 145, 154, ... - Jonathan Vos Post (jvospost2(AT)yahoo.com), Aug 27 2006
|
|
PROGRAM
|
(PARI) mx2pmp(n) = { for(x=1, n, y = 6*x^2+1; if(isprime(y), print1(y", ")) ) }
|
|
CROSSREFS
|
Cf. A000040, A002476, A090686.
Sequence in context: A036337 A130183 A054932 this_sequence A116125 A142315 A116288
Adjacent sequences: A090684 A090685 A090686 this_sequence A090688 A090689 A090690
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Dec 18 2003
|
|
EXTENSIONS
|
Edited by njas at the suggestion of R. J. Mather, Apr 14 2008
|
|
|
Search completed in 0.002 seconds
|