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!)
A023320 Primes that remain prime through 4 iterations of function f(x) = 8x + 3. 2
13121, 117281, 188831, 317971, 429281, 624721, 627791, 722431, 774791, 883721, 924731, 946291, 1002721, 1083851, 1212011, 1221601, 1249111, 1342361, 1469761, 1665761, 1896901, 2003081, 2156251, 2336011, 2382761, 2391451, 2612021, 2634551 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 8*p+3, 64*p+27, 512*p+219 and 4096*p+1755 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
MATHEMATICA
Select[Prime[Range[200000]], AllTrue[Rest[NestList[8#+3&, #, 4]], PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Oct 04 2015 *)
PROG
(Magma) [n: n in [1..5000000] | IsPrime(n) and IsPrime(8*n+3) and IsPrime(64*n+27) and IsPrime(512*n+219) and IsPrime(4096*n+1755)] // Vincenzo Librandi, Aug 04 2010
CROSSREFS
Sequence in context: A250948 A157433 A089212 * A206149 A221156 A068760
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)