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!)
A023333 Primes that remain prime through 5 iterations of function f(x) = 2x + 7. 1
14723, 20123, 54713, 109433, 594653, 604883, 676493, 759953, 847103, 935843, 1035743, 1049603, 1079033, 1099823, 1222253, 1263323, 1499153, 1754033, 1835003, 1893173, 2017283, 2071493, 2099213, 2199653, 2895743, 2998313, 3389693, 4133663 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 2*p+7, 4*p+21, 8*p+49, 16*p+105 and 32*p+217 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
FORMULA
a(n) == 23 (mod 30). - John Cerkan, Oct 10 2016
PROG
(Magma) [n: n in [1..5000000] | IsPrime(n) and IsPrime(2*n+7) and IsPrime(4*n+21) and IsPrime(8*n+49) and IsPrime(16*n+105) and IsPrime(32*n+217)] // Vincenzo Librandi, Aug 04 2010
CROSSREFS
Subsequence of A023206, A023244, A023275, A023305, and A105760.
Sequence in context: A256839 A015312 A219068 * A249464 A209513 A178587
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 24 09:58 EDT 2024. Contains 371935 sequences. (Running on oeis4.)