login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057875 Numbers of 2n-digit primes which are concatenations of n-digit primes (no leading zeros allowed). 0
4, 80, 2753, 112649, 5536978, 311350561, 19222612234 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
C. K. Caldwell, Prime Curios! 80
EXAMPLE
n=1 gives these four primes: 23, 37, 53 and 73.
PROG
(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: A277074 A012127 A189791 * A187543 A268734 A012824
KEYWORD
nonn,base,more
AUTHOR
Patrick De Geest, Sep 15 2000
EXTENSIONS
a(5) from Herman Jamke (hermanjamke(AT)fastmail.fm), Mar 30 2008
a(6)-a(7) from Donovan Johnson, Dec 19 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)