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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023294 Numbers n such that n remains prime through 3 iterations of function f(x) = 8x + 7. 0
659, 2549, 5189, 6269, 7229, 7949, 9209, 11579, 16139, 18089, 22739, 25589, 26099, 26339, 29009, 30689, 40289, 51719, 55799, 59669, 60689, 61379, 63599, 69959, 70229, 74609, 85829, 94949, 95819, 102539, 109589, 118169, 121469, 135599, 136889 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n, 8*n+7, 64*n+63 and 512*n+511 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

PROG

(MAGMA) [n: n in [1..450000] | IsPrime(n) and IsPrime(8*n+7) and IsPrime(64*n+63) and IsPrime(512*n+511)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

CROSSREFS

Sequence in context: A068260 A198207 A171393 * A067235 A113171 A014362

Adjacent sequences:  A023291 A023292 A023293 * A023295 A023296 A023297

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 10:05 EST 2012. Contains 206009 sequences.