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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023305 Numbers n such that n remains prime through 4 iterations of function f(x) = 2x + 7. 0
293, 2063, 4583, 9203, 14723, 20123, 25733, 29453, 40253, 54713, 76103, 97523, 99833, 109433, 138683, 149993, 158243, 196853, 199403, 218873, 253103, 297623, 379913, 416963, 445463, 468113, 508073, 551963, 562403, 564713, 574703, 583733 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n, 2*n+7, 4*n+21, 8*n+49 and 16*n+105 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

PROG

(MAGMA) [n: n in [1..1000000] | IsPrime(n) and IsPrime(2*n+7) and IsPrime(4*n+21) and IsPrime(8*n+49) and IsPrime(16*n+105)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

CROSSREFS

Sequence in context: A142847 A142558 A109562 * A109182 A085502 A108828

Adjacent sequences:  A023302 A023303 A023304 * A023306 A023307 A023308

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 13 22:36 EST 2012. Contains 205567 sequences.