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

A138025
Numbers n such that n remains prime through 7 iterations of function f(x) = 2x + 1.
1
19099919, 52554569, 85864769, 171729539, 198479579, 226366139, 305192579, 344319029, 396959159, 474118349, 574964129, 610385159, 685066979, 764406059, 1085182229, 1126004219, 1195651139, 1372213439, 1484454269, 1573750049, 2270291519, 2365144079, 2400025739
OFFSET
1,1
COMMENTS
n, 2*n+1, 4*n+3, 8*n+7, 16*n+15, 32*n+31, 64*n+63, and 128*n+127 are primes. - John Cerkan, Dec 04 2016
FORMULA
a(n) == 29 (mod 30). - John Cerkan, Nov 30 2016
MATHEMATICA
Select[Prime[Range[10^7]], PrimeQ[a1=2*#+1]&&PrimeQ[a2=2*a1+1]&&PrimeQ[a3=2*a2+1]&&PrimeQ[a4=2*a3+1]&&PrimeQ[a5=2*a4+1]&&PrimeQ[a6=2*a5+1]&&PrimeQ[a7=2*a6+1] &]
CROSSREFS
Sequence in context: A185854 A073033 A251389 * A184790 A183697 A022248
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Vladimir Joseph Stephan Orlovsky, Jan 17 2009
a(7)-a(23) from John Cerkan, Nov 30 2016
STATUS
approved