Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A108816
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A108816 Primes of the form n*10^x+n+1, where 0 < n < 9, x=0,1,2.. +0
1
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; listen)
OFFSET

1,1

EXAMPLE

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

PROGRAM

(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 this_sequence A088503 A118939 A087382

Adjacent sequences: A108813 A108814 A108815 this_sequence A108817 A108818 A108819

KEYWORD

easy,nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research