login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023311 Numbers n such that n remains prime through 4 iterations of function f(x) = 4x + 3. 0
1447, 2207, 6211, 6607, 8369, 9769, 11821, 13537, 13729, 13781, 15581, 17231, 17497, 27817, 32059, 32569, 32611, 33647, 36251, 39079, 46381, 47417, 55127, 55171, 57077, 60869, 63361, 64327, 68927, 77951, 81619, 85469, 86767, 88001, 94099, 94477, 96149 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n, 4*n+3, 16*n+15, 64*n+63 and 256*n+255 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

PROG

(MAGMA) [n: n in [1..1000000] | IsPrime(n) and IsPrime(4*n+3) and IsPrime(16*n+15) and IsPrime(64*n+63) and IsPrime(256*n+255)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

CROSSREFS

Sequence in context: A031626 A031754 A031536 * A045099 A122421 A187992

Adjacent sequences:  A023308 A023309 A023310 * A023312 A023313 A023314

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 08:13 EST 2012. Contains 205893 sequences.