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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023332 Numbers n such that n remains prime through 5 iterations of function f(x) = 2x + 5. 2
13, 541, 1087, 1861, 3727, 23293, 40387, 87643, 98899, 109111, 115153, 116329, 119101, 131617, 133597, 163909, 197521, 214021, 215389, 218227, 238207, 263239, 294751, 489901, 493693, 665527, 734131, 767881, 808693, 895351, 1038127, 1051957 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n, 2*n+5, 4*n+15, 8*n+35, 16*n+75 and 32*n+155 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

PROG

(MAGMA) [n: n in [1..5000000] | IsPrime(n) and IsPrime(2*n+5) and IsPrime(4*n+15) and IsPrime(8*n+35) and IsPrime(16*n+75) and IsPrime(32*n+155)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

CROSSREFS

Sequence in context: A139168 A174564 A030256 * A143601 A203360 A050286

Adjacent sequences:  A023329 A023330 A023331 * A023333 A023334 A023335

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 17 15:54 EST 2012. Contains 206050 sequences.