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!)
A023344 Primes that remain prime through 5 iterations of function f(x) = 5x + 8. 1
7, 7621, 15937, 382933, 462271, 518803, 866941, 1025407, 1142503, 1427347, 1742473, 1980067, 2343619, 2910031, 3015283, 4344121, 4352269, 4544209, 5081893, 5116543, 5127043, 5482531, 5484379, 5501473, 5648221, 6452899, 7213897, 7968469 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 5*p+8, 25*p+48, 125*p+248, 625*p+1248 and 3125*p+6248 are also primes. - Vincenzo Librandi, Aug 05 2010
LINKS
FORMULA
a(n) == 19 (mod 42) for n > 1. - John Cerkan, Oct 22 2016
MATHEMATICA
Select[Prime[Range[550000]], And@@PrimeQ[NestList[5#+8&, #, 5]]&] (* Harvey P. Dale, Jun 04 2011 *)
PROG
(Magma) [n: n in [1..10000000] | IsPrime(n) and IsPrime(5*n+8) and IsPrime(25*n+48) and IsPrime(125*n+248) and IsPrime(625*n+1248) and IsPrime(3125*n+6248)] // Vincenzo Librandi, Aug 05 2010
CROSSREFS
Subsequence of A023220, A023255, A023286, A023316, and A111225.
Sequence in context: A119528 A116266 A179812 * A297050 A137693 A247822
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 July 27 01:54 EDT 2024. Contains 374636 sequences. (Running on oeis4.)