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!)
A023318 Primes that remain prime through 4 iterations of function f(x) = 7x + 6. 2
1319, 2699, 4259, 4919, 5689, 8669, 10159, 10529, 29819, 33119, 82339, 86689, 98669, 174079, 177949, 196739, 207869, 210599, 222499, 231809, 253369, 267299, 275699, 323699, 362459, 371639, 378179, 388529, 397799, 402529, 421079, 448859, 468499 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 7*p+6, 49*p+48, 343*p+342 and 2401*p+2400 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
FORMULA
a(n) == 9 (mod 10). - John Cerkan, Oct 08 2016
PROG
(Magma) [n: n in [1..1000000] | IsPrime(n) and IsPrime(7*n+6) and IsPrime(49*n+48) and IsPrime(343*n+342) and IsPrime(2401*n+2400)] // Vincenzo Librandi, Aug 04 2010
CROSSREFS
Subsequence of A023225, A023259, A023290, and A024900.
Sequence in context: A241962 A200202 A255799 * A066663 A067206 A248857
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.)