login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A108899
Numbers n such that 11*n + 2357 is prime.
0
0, 6, 10, 24, 30, 34, 36, 40, 42, 64, 66, 82, 90, 94, 96, 100, 120, 136, 142, 150, 154, 156, 162, 174, 180, 190, 196, 216, 222, 232, 234, 250, 264, 276, 280, 286, 292, 294, 300, 304, 330, 336, 346, 352, 360, 364, 370, 372, 384, 394, 402, 406, 414, 420, 426, 432
OFFSET
1,2
EXAMPLE
If n=0 then 11*n + 2357 = 2357 (prime).
If n=64 then 11*n + 2357 = 3061 (prime).
PROG
(Magma) [n: n in [0..500] | IsPrime(11*n+2357)]; - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(11*n+2357) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A024499 A143236 A107306 * A074289 A109099 A109095
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Jul 16 2005
STATUS
approved