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!)
A023334 Primes that remain prime through 5 iterations of function f(x) = 2x + 9. 1
11, 4931, 21991, 23021, 37691, 44531, 46021, 57601, 62081, 95621, 124171, 135731, 142111, 189271, 191251, 195511, 216571, 222841, 238291, 251611, 269431, 319211, 368021, 391031, 413411, 427711, 468581, 476591, 625831, 638431, 682951, 701671 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 2*p+9, 4*p+27, 8*p+63, 16*p+135 and 32*p+279 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
MATHEMATICA
it5Q[n_]:=AllTrue[Rest[NestList[2#+9&, n, 5]], PrimeQ]; Select[Prime[ Range[ 60000]], it5Q] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Dec 01 2015 *)
PROG
(Magma) [n: n in [1..5000000] | IsPrime(n) and IsPrime(2*n+9) and IsPrime(4*n+27) and IsPrime(8*n+63) and IsPrime(16*n+135) and IsPrime(32*n+279)] // Vincenzo Librandi, Aug 04 2010
CROSSREFS
Sequence in context: A265958 A147668 A177804 * A216790 A068730 A257124
KEYWORD
nonn
AUTHOR
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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)