The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A244086 Primes p such that p remains prime through 7 iterations of function f(x) = 2*x + 3. 0
477727, 507757, 30596497, 33145687, 36180527, 61192997, 141339217, 148590307, 193394347, 297180617, 374066267, 395534747, 398001547, 419795137, 488716897 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[600000]], And@@PrimeQ[NestList[2 # + 3 &, #, 7]] &]
PROG
(Magma) [p: p in PrimesUpTo(600000000) | forall{i: i in [1..7] | IsPrime(2^i*p+3*(2^i-1))}];
CROSSREFS
Cf. similar sequences with k iterations: A067076 (k=1), A023242 (k=2), A023273 (k=3), A023303 (k=4), A023331 (k=5), A175160 (k=6), this sequence (k=7).
Sequence in context: A201226 A244628 A290050 * A015332 A238178 A250714
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jun 24 2014
EXTENSIONS
Inappropriate MAGMA code simplified and other terms added from Bruno Berselli, Jun 24 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 01:02 EDT 2024. Contains 372497 sequences. (Running on oeis4.)