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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023357 Numbers n such that n remains prime through 5 iterations of function f(x) = 10x + 9. 0
13, 293, 6089, 12823, 37967, 40949, 121687, 192037, 243487, 379679, 409499, 471841, 1006193, 1217131, 1397311, 1438793, 1503613, 1541063, 1754591, 2058629, 2088421, 2346791, 2360357, 2428243, 2458609, 2621527, 2646167, 2721053, 3223247, 3280003 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n, 10*n+9, 100*n+99, 1000*n+999, 10000*n+9999 and 100000*n+99999 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 05 2010]

PROG

(MAGMA) [n: n in [1..19000000] | IsPrime(n) and IsPrime(10*n+9) and IsPrime(100*n+99) and IsPrime(1000*n+999) and IsPrime(10000*n+9999) and IsPrime(100000*n+99999)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 05 2010]

CROSSREFS

Sequence in context: A092145 A035017 A064750 * A165218 A076130 A035272

Adjacent sequences:  A023354 A023355 A023356 * A023358 A023359 A023360

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 14 13:08 EST 2012. Contains 205623 sequences.