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!)
A023294 Primes that remain prime through 3 iterations of function f(x) = 8x + 7. 3
659, 2549, 5189, 6269, 7229, 7949, 9209, 11579, 16139, 18089, 22739, 25589, 26099, 26339, 29009, 30689, 40289, 51719, 55799, 59669, 60689, 61379, 63599, 69959, 70229, 74609, 85829, 94949, 95819, 102539, 109589, 118169, 121469, 135599, 136889 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 8*p+7, 64*p+63 and 512*p+511 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
FORMULA
a(n) == 29 (mod 30). - John Cerkan, Sep 23 2016
PROG
(Magma) [n: n in [1..450000] | IsPrime(n) and IsPrime(8*n+7) and IsPrime(64*n+63) and IsPrime(512*n+511)] // Vincenzo Librandi, Aug 04 2010
CROSSREFS
Subsequence of A023231, A023263, and A139487.
Sequence in context: A198207 A171393 A349586 * A067235 A113171 A364004
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)