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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023316 Numbers n such that n remains prime through 4 iterations of function f(x) = 5x + 8. 0
7, 43, 883, 2269, 2917, 7621, 15541, 15937, 36541, 38113, 54787, 60961, 67033, 71359, 77491, 79693, 82531, 84967, 112621, 129589, 176461, 185683, 192547, 239671, 248071, 267373, 271489, 271549, 310231, 316471, 340957, 343267, 350617, 382303 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n, 5*n+8, 25*n+48, 125*n+248 and 625*n+1248 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

PROG

(MAGMA) [n: n in [1..1000000] | IsPrime(n) and IsPrime(5*n+8) and IsPrime(25*n+48) and IsPrime(125*n+248) and IsPrime(625*n+1248)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

CROSSREFS

Sequence in context: A121675 A204733 A195230 * A065786 A015463 A177507

Adjacent sequences:  A023313 A023314 A023315 * A023317 A023318 A023319

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 03:45 EST 2012. Contains 205978 sequences.