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!)
A023342 Primes that remain prime through 5 iterations of function f(x) = 5x + 4. 1
5333, 26669, 294167, 324869, 344189, 578297, 676829, 807407, 894893, 1078559, 1114427, 1174487, 1624349, 1883363, 2247923, 2926769, 3075029, 3196871, 3427871, 3558407, 4037039, 4205879, 5392799, 6130823, 6479423, 6714497, 6750113, 6915299 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 5*p+4, 25*p+24, 125*p+124, 625*p+624 and 3125*p+3124 are also primes. - Vincenzo Librandi, Aug 05 2010
LINKS
FORMULA
a(n) == 41 (mod 42). - John Cerkan, Oct 20 2016
MATHEMATICA
Select[Prime[Range[500000]], AllTrue[Rest[NestList[5#+4&, #, 5]], PrimeQ]&] (* Harvey P. Dale, Jan 01 2022 *)
PROG
(Magma) [n: n in [1..10000000] | IsPrime(n) and IsPrime(5*n+4) and IsPrime(25*n+24) and IsPrime(125*n+124) and IsPrime(625*n+624) and IsPrime(3125*n+3124)] // Vincenzo Librandi, Aug 05 2010
CROSSREFS
Subsequence of A023218, A023253, A023284, A023314, and A024897.
Sequence in context: A317918 A031571 A031751 * A050814 A234213 A187435
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 10:31 EDT 2024. Contains 371791 sequences. (Running on oeis4.)