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!)
A023315 Primes that remain prime through 4 iterations of function f(x) = 5x + 6. 2
79, 401, 1259, 2477, 3019, 4409, 10303, 15679, 20509, 24499, 34127, 43987, 44389, 53101, 66359, 71287, 74857, 81097, 85903, 90803, 93053, 102811, 103231, 104999, 112601, 125453, 132533, 144731, 156347, 157793, 160817, 161839, 163981, 170641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 5*p+6, 25*p+36, 125*p+186 and 625*p+936 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
FORMULA
a(n) == 9 or 13 (mod 14). - John Cerkan, Oct 07 2016
PROG
(Magma) [n: n in [1..1000000] | IsPrime(n) and IsPrime(5*n+6) and IsPrime(25*n+36) and IsPrime(125*n+186) and IsPrime(625*n+936)] // Vincenzo Librandi, Aug 04 2010
CROSSREFS
Subsequence of A023219, A023254, A023285, and A081759.
Sequence in context: A132252 A069795 A142556 * A142618 A248819 A141563
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)