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

A186295
A007519(n)-2.
0
15, 39, 71, 87, 95, 111, 135, 191, 231, 239, 255, 279, 311, 335, 351, 399, 407, 431, 447, 455, 519, 567, 575, 591, 599, 615, 639, 671, 759, 767, 807, 855, 879, 927, 935, 951, 975, 1007, 1031, 1047, 1095, 1127, 1151, 1191, 1199, 1215
OFFSET
1,1
FORMULA
a(n) = 2*A186294(n) - 3. - Michel Marcus, Jul 16 2013
PROG
(PARI) isok(n) = isprime(p=n+2) && (p % 8 == 1) \\ Michel Marcus, Jul 16 2013
CROSSREFS
Sequence in context: A139042 A020142 A146696 * A259429 A126950 A091847
KEYWORD
nonn
AUTHOR
Marco Matosic, Feb 17 2011
STATUS
approved