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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023339 Numbers n such that n remains prime through 5 iterations of function f(x) = 4x + 3. 0
9769, 13781, 17231, 32059, 32611, 36251, 46381, 47417, 55171, 68927, 103451, 130447, 182599, 189671, 220687, 236627, 241169, 273641, 275711, 350219, 374159, 413951, 471769, 497579, 498439, 520631, 521791, 583777, 601061, 635809, 647401 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

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

PROG

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

CROSSREFS

Sequence in context: A023687 A204286 A010092 * A145209 A035911 A069333

Adjacent sequences:  A023336 A023337 A023338 * A023340 A023341 A023342

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 15 03:58 EST 2012. Contains 205694 sequences.