The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A135944 Number of n-digit primes whose digits are all primes. 2

%I #19 May 25 2016 08:27:40

%S 4,4,15,38,128,389,1325,4643,16623,59241,214432,781471,2884201,

%T 10687480,39838489,149172297,560795383,2115430020

%N Number of n-digit primes whose digits are all primes.

%C Number of primes of the form: ...d3d2d1d0 = d0 * 10 ^ 0 + d1 * 10 ^ 1 + d2 * 10 ^ 2 + d3 * 10 ^ 3 + ... where d0, d1, d2, d3, ... are primes with one digit. The i-th element of the sequence is the number of primes with i digits. Approximation of the sum of the sequence up to a(k) for large values of k: Sum_{i=1..k} a(i) = 10^k / (k*log(10))*(2/5)^(k-1).

%e a(4) = 38 because there are 38 numbers of the form d3d2d1d0 with d0, d1, d2, d3 prime numbers, namely, 2237, 2273, 2333, 2357, 2377, 2557, ..., 7753, 7757.

%Y Cf. A135945, A135946.

%K nonn,base,more

%O 1,1

%A _Giorgio Balzarotti_ & _Paolo P. Lava_, Dec 07 2007

%E a(12)-a(14) from _Donovan Johnson_, Feb 05 2010

%E a(15)-a(16) from _Chai Wah Wu_, Nov 28 2015

%E a(17)-a(18) from _Giovanni Resta_, May 25 2016

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 June 11 11:51 EDT 2024. Contains 373311 sequences. (Running on oeis4.)