|
| |
|
|
A102711
|
|
Numbers n such that 11*n + 7 is prime.
|
|
1
| |
|
|
0, 2, 6, 12, 20, 24, 26, 30, 32, 44, 50, 54, 66, 74, 80, 86, 90, 92, 96, 102, 104, 110, 116, 120, 132, 134, 146, 150, 156, 162, 164, 170, 180, 186, 194, 200, 204, 206, 212, 216, 240, 246, 254, 272, 282, 300, 302, 306, 314, 320, 324, 326, 330, 332, 342, 356, 360
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
EXAMPLE
| If n=0, then 11*0 + 7 = 7 (prime)
If n=44, then 11*44 + 7 = 491 (prime)
If n=102, then 11*102 + 7 = 1129 (prime)
|
|
|
PROG
| (MAGMA) [n: n in [0..1000] | IsPrime(11*n + 7 )] [From Vincenzo Librandi, Nov 17 2010]
|
|
|
CROSSREFS
| Cf. A102646.
Sequence in context: A139082 A061078 A067114 * A141406 A045619 A028690
Adjacent sequences: A102708 A102709 A102710 * A102712 A102713 A102714
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Feb 05 2005
|
| |
|
|