|
Search: id:A068231
|
|
|
| A068231 |
|
Primes congruent to 11 (mod 12). |
|
+0 18
|
|
| 11, 23, 47, 59, 71, 83, 107, 131, 167, 179, 191, 227, 239, 251, 263, 311, 347, 359, 383, 419, 431, 443, 467, 479, 491, 503, 563, 587, 599, 647, 659, 683, 719, 743, 827, 839, 863, 887, 911, 947, 971, 983, 1019, 1031, 1091, 1103, 1151, 1163, 1187, 1223
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Intersection of A002145 Primes of form 4n+3 and A003627 Primes of form 3n-1. So these are both Gaussian primes with no imaginary part and Eisenstein primes with no imaginary part. - Alonso Delarte (alonso.delarte(AT)gmail.com), Mar 29 2007
|
|
MATHEMATICA
|
Select[Prime/@Range[250], Mod[ #, 12]==11&]
|
|
PROGRAM
|
(PARI) for(i=1, 250, if(prime(i)%12==11, print(prime(i))))
|
|
CROSSREFS
|
Cf. A068227, A068228, A068229, A040117, A068232, A068233, A068234, A068235.
Sequence in context: A077041 A068842 A029468 this_sequence A073024 A139834 A100558
Adjacent sequences: A068228 A068229 A068230 this_sequence A068232 A068233 A068234
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Ferenc Adorjan (fadorjan(AT)freemail.hu), Feb 22 2002
|
|
EXTENSIONS
|
Edited by Dean Hickerson (dean(AT)math.ucdavis.edu), Feb 27 2002
|
|
|
Search completed in 0.002 seconds
|