STATUS
reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
DigitCount[Prime[Range[100]], 10, 7] (* Paolo Xausa, Oct 30 2023 *)
approved
editing
_Jason Earls (zevi_35711(AT)yahoo.com), _, Jul 06 2003
editing
approved
(Haskell)
a085981 = count7 0 . a000040 where
count7 c x | d == 7 = if x < 10 then c + 1 else count7 (c + 1) x'
| otherwise = if x < 10 then c else count7 c x'
where (x', d) = divMod x 10
-- Reinhard Zumkeller, Apr 08 2014
Reinhard Zumkeller, <a href="/A085981/b085981.txt">Table of n, a(n) for n = 1..10000</a>
approved
editing
base,nonn,new
Jason Earls (jcearlszevi_35711(AT)cableoneyahoo.netcom), Jul 06 2003
base,nonn,new
Jason Earls (jcearls(AT)4grccableone.comnet), Jul 06 2003