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!)
A023297 Primes that remain prime through 3 iterations of function f(x) = 9x + 4. 3
3, 31, 37, 41, 107, 421, 773, 967, 1451, 1567, 1571, 1637, 1973, 3011, 3793, 4111, 4217, 4703, 5783, 6961, 7331, 8443, 8627, 9323, 10733, 12071, 12413, 12721, 12967, 13523, 14107, 14503, 14737, 15647, 17851, 17881, 19853, 19991, 20051, 20233, 22157, 23291 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 9*p+4, 81*p+40 and 729*p+364 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
PROG
(Magma) [n: n in [1..450000] | IsPrime(n) and IsPrime(9*n+4) and IsPrime(81*n+40) and IsPrime(729*n+364)] // Vincenzo Librandi, Aug 04 2010
CROSSREFS
Subsequence of A023234 and A023266.
Sequence in context: A139090 A238197 A042477 * A077546 A168274 A141177
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 12:37 EDT 2024. Contains 371937 sequences. (Running on oeis4.)