VOOZH
about
URL: https://oeis.org/A231592
⇱ A231592 - OEIS
login
A231592
Total number of 3's digits in primes less than 10^n.
0
1, 9, 75, 677, 6229, 58770, 564650, 5472472, 53396224, 523382007, 5148387363, 50778098799, 501864775685, 4968288427006
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,2
LINKS
Table of n, a(n) for n=1..14.
EXAMPLE
a(2)=9, since there are 9 3's in primes less than 100. Namely: 3, 13, 23, 31, 37, 43, 53, 73, 83.
MATHEMATICA
Table[Count[IntegerDigits[Prime[Range[PrimePi[10^n - 1]]]], 3, 2], {n, 7}] (*
Robert Price
, Jun 16 2019 *)
CROSSREFS
Cf.
A231411
,
A231590
-
A231598
,
A119290
,
A119291
-
A119300
.
Sequence in context:
A223204
A351513
A136659
*
A383163
A335345
A126965
Adjacent sequences:
A231589
A231590
A231591
*
A231593
A231594
A231595
KEYWORD
nonn
,
base
,
more
AUTHOR
Robert Price
, Nov 11 2013
EXTENSIONS
a(14) from
Giovanni Resta
, Jul 20 2015
STATUS
approved