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!)
A023245 Primes that remain prime through 2 iterations of the function f(x) = 2x + 9. 2
5, 11, 19, 31, 59, 61, 71, 101, 109, 151, 179, 239, 241, 269, 281, 389, 409, 439, 449, 521, 571, 641, 659, 719, 829, 911, 971, 1051, 1061, 1181, 1201, 1229, 1319, 1361, 1439, 1579, 1669, 1699, 1741, 1831, 1949, 2269, 2341, 2371, 2521, 2549, 2579, 2609, 2671 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 2*p+9 and 4*n+27 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
MATHEMATICA
Select[Prime[Range[500]], And@@PrimeQ[Rest[NestList[2#+9&, #, 2]]]&] (* Harvey P. Dale, Mar 23 2011 *)
PROG
(Magma) [n: n in [0..100000] | IsPrime(n) and IsPrime(2*n+9) and IsPrime(4*n+27)] // Vincenzo Librandi, Aug 04 2010
(PARI) isok(n) = isprime(n) && isprime(2*n+9) && isprime(4*n+27); \\ Michel Marcus, Sep 12 2016
CROSSREFS
Subsequence of A023207 and A155722.
Sequence in context: A075322 A079850 A065995 * A125003 A062718 A326123
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)