|
| |
|
|
A068231
|
|
Primes congruent to 11 (mod 12).
|
|
23
| |
|
|
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; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| 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
Is this the same sequence as A141187 (apart from the initial 3)?
|
|
|
MATHEMATICA
| Select[Prime/@Range[250], Mod[ #, 12]==11&]
|
|
|
PROG
| (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: A195043 A029468 A198588 * A073024 A161897 A145994
Adjacent sequences: A068228 A068229 A068230 * A068232 A068233 A068234
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Ferenc Adorjan (fadorjan(AT)freemail.hu), Feb 22 2002
|
|
|
EXTENSIONS
| Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Feb 27 2002
|
| |
|
|