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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108816 Primes of the form n*10^x+n+1, where 0 < n < 9, x=0,1,2.. 0
3, 5, 7, 11, 13, 17, 23, 67, 89, 607, 809, 2003, 6007, 8009, 200003, 2000003, 8000009, 20000003, 600000007, 6000000007, 2000000000003, 8000000000009, 20000000000000003, 200000000000000003, 60000000000000000007 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

n=2,x=3. a(x,n) = 2*10^3+2+1 = 2003 prime.

PROG

(PARI) n10np1(n) = { local(x, y, k); for(x=0, n, for(k=1, 8, y=10^x*k+k+1; if(isprime(y), print1(y", ")) ) ) }

CROSSREFS

Sequence in context: A063908 A154868 A020628 * A088503 A118939 A087382

Adjacent sequences:  A108813 A108814 A108815 * A108817 A108818 A108819

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jul 10, 2005

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.