Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A057875
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A057875 Numbers of 2n-digit primes which are concatenations of n-digit primes (no leading zeros allowed). +0
1
4, 80, 2753, 112649, 5536978 (list; graph; listen)
OFFSET

1,1

LINKS

C. K. Caldwell, Prime Curios! 80

EXAMPLE

n=1 gives these four primes 23, 37, 53 and 73.

PROGRAM

(PARI) for(n=1, 5, pdn=vector(10^n-10^(n-1)); i=1; for(k=10^(n-1)+1, 10^n-3, if(isprime(k), pdn[i]=k; i++)); s=0; for(l=1, i-1, for(m=1, i-1, if(isprime(pdn[l]*(10^n)+pdn[m]), s++))); print1(s", ")) - Herman Jamke (hermanjamke(AT)fastmail.fm), Mar 30 2008

CROSSREFS

Cf. A000040.

Sequence in context: A055787 A132584 A012127 this_sequence A012824 A012057 A102063

Adjacent sequences: A057872 A057873 A057874 this_sequence A057876 A057877 A057878

KEYWORD

nonn,base,more

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com), Sep 15 2000.

EXTENSIONS

a(5) from Herman Jamke (hermanjamke(AT)fastmail.fm), Mar 30 2008

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 December 1 13:27 EST 2009. Contains 167806 sequences.


AT&T Labs Research