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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023301 Numbers n such that n remains prime through 3 iterations of function f(x) = 10x + 9. 1
13, 139, 293, 331, 547, 967, 1049, 1399, 1567, 1889, 1997, 2087, 2137, 2309, 2423, 2437, 2753, 2939, 3719, 3761, 3919, 4451, 4517, 4621, 6089, 7001, 7741, 8423, 8849, 9437, 10487, 11657, 12007, 12347, 12823, 13469, 15289, 15373, 15661, 17737, 17989 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

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

PROG

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

CROSSREFS

Sequence in context: A113579 A090505 A088096 * A023329 A142896 A193700

Adjacent sequences:  A023298 A023299 A023300 * A023302 A023303 A023304

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 16:39 EST 2012. Contains 206058 sequences.