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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023322 Numbers n such that n remains prime through 4 iterations of function f(x) = 8x + 7. 0
7949, 25589, 55799, 61379, 69959, 70229, 74609, 174569, 188369, 204719, 220469, 225629, 233759, 250919, 286619, 363659, 552749, 592139, 658349, 735419, 783269, 827549, 931949, 1018889, 1065839, 1126319, 1132739, 1187939, 1215629, 1378529 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n, 8*n+7, 64*n+63, 512*n+511 and 4096*n+4095 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+7) and IsPrime(64*n+63) and IsPrime(512*n+511) and IsPrime(4096*n+4095)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

CROSSREFS

Sequence in context: A028537 A179708 A162010 * A064246 A157660 A175507

Adjacent sequences:  A023319 A023320 A023321 * A023323 A023324 A023325

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 17:11 EST 2012. Contains 205938 sequences.