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”).

A215667
22n+1 is prime.
2
1, 3, 4, 9, 15, 16, 18, 19, 21, 28, 30, 31, 33, 39, 40, 43, 45, 46, 51, 58, 60, 64, 66, 73, 81, 85, 91, 94, 96, 99, 103, 105, 106, 108, 109, 115, 121, 123, 124, 130, 133, 135, 138, 144, 145, 148, 150, 151, 154, 156, 159, 165, 168, 169, 175, 178, 183, 184, 186
OFFSET
1,2
COMMENTS
First terms that are not in A125874: 19, 31, 39, 43, 46, 51, 58, 73, 85, 91 (terms with prime factor > 11).
FORMULA
a(n) = (A141849(n) - 1)/22.
PROG
(PARI) isok(n) = isprime(22*n+1); \\ Michel Marcus, Oct 19 2013
CROSSREFS
Sequence in context: A174783 A183203 A321680 * A125874 A216075 A253197
KEYWORD
nonn
AUTHOR
Zak Seidov, Aug 20 2012
STATUS
approved