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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023321 Numbers n such that n remains prime through 4 iterations of function f(x) = 8x + 5. 0
8431, 9721, 24169, 35311, 63577, 74203, 109471, 109891, 140269, 174613, 176599, 182857, 210187, 241561, 270553, 274837, 274909, 276517, 281557, 324763, 326737, 383659, 464089, 474127, 489109, 498403, 540781, 563587, 576943, 582949, 633253 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n, 8*n+5, 64*n+45, 512*n+365 and 4096*n+2925 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

PROG

(MAGMA) [n: n in [1..5000000] | IsPrime(n) and IsPrime(8*n+5) and IsPrime(64*n+45) and IsPrime(512*n+365) and IsPrime(4096*n+2925)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

CROSSREFS

Sequence in context: A202588 A139005 A093221 * A116258 A116311 A116351

Adjacent sequences:  A023318 A023319 A023320 * A023322 A023323 A023324

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 13:37 EST 2012. Contains 205909 sequences.