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!)
A152275 Number of 3's among the digits of all n-digit primes. 9

%I #7 Jul 20 2015 03:48:26

%S 1,8,66,602,5552,52541,505880,4907822,47923752,469985783,4625005356,

%T 45629711436,451086676886,4466423651321

%N Number of 3's among the digits of all n-digit primes.

%t Join[{1},Table[Count[Flatten[IntegerDigits/@Prime[Range[PrimePi[10^(n-1)]+ 1,PrimePi[10^n]]]],3],{n,2,11}]] (* _Harvey P. Dale_, Dec 18 2011 *)

%Y Cf. A130817, A152272, A152273, A152274, A152276, A152277, A152278, A152279, A152280, A152281.

%K base,nonn

%O 1,2

%A _Jon E. Schoenfield_, Dec 01 2008

%E a(12)-a(14) from _Giovanni Resta_, Jul 20 2015

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 24 06:34 EDT 2024. Contains 371920 sequences. (Running on oeis4.)