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!)
A023323 Primes that remain prime through 4 iterations of function f(x) = 8x + 9. 2
2293, 5653, 11503, 76003, 88813, 100613, 142993, 294793, 314983, 351383, 419603, 463633, 473293, 520363, 682063, 694523, 780733, 836873, 872393, 895003, 1004063, 1043723, 1085473, 1277593, 1290293, 1318783, 1336463, 1446043, 1483633, 1539773 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 8*p+9, 64*p+81, 512*p+657 and 4096*p+5265 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
MATHEMATICA
Select[Prime[Range[120000]], AllTrue[Rest[NestList[8#+9&, #, 4]], PrimeQ]&] (* Harvey P. Dale, Jan 15 2016 *)
PROG
(Magma) [n: n in [1..5000000] | IsPrime(n) and IsPrime(8*n+9) and IsPrime(64*n+81) and IsPrime(512*n+657) and IsPrime(4096*n+5265)] // Vincenzo Librandi, Aug 04 2010
CROSSREFS
Sequence in context: A020404 A180454 A216899 * A163513 A349085 A274359
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)