VOOZH about

URL: https://oeis.org/A085857

⇱ A085857 - OEIS


login
A085857
Number of 3's in decimal expansion of Fibonacci(n).
10
0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 1, 1, 1, 1, 0, 0, 2, 0, 1, 1, 2, 0, 0, 3, 2, 2, 3, 1, 0, 0, 0, 1, 1, 3, 0, 2, 2, 2, 0, 0, 0, 1, 2, 1, 1, 0, 1, 1, 1, 1, 2, 1, 0, 4, 1, 0, 1, 1, 3, 2, 2, 4, 1, 1, 2, 0, 1, 2, 2, 0, 1, 3, 2, 1, 1, 3, 2, 2, 3, 1, 1, 2, 2, 2, 3
OFFSET
0,14
LINKS
EXAMPLE
From David A. Corneth, Sep 09 2025: (Start)
a(1) = 0 as Fibonacci(1) = 0 which has 0 digits 3.
a(4) = 1 as Fibonacci(4) = 3 which has 1 digit 3.
a(13) = 2 as Fibonacci(13) = 233 which has 2 digits 3. (End)
MATHEMATICA
Table[DigitCount[Fibonacci[n]][[3]], {n, 0, 200}] (* Vladimir Joseph Stephan Orlovsky, Jul 01 2011 *)
CROSSREFS
Cf. 0's A085854, 1's A085855, 2's A085856, 4's A085858, 5's A085859, 6's A085860, 7's A085861, 8's A085862, 9's A085863.
Cf. A000045.
Sequence in context: A297240 A297237 A297234 * A335824 A297231 A056620
KEYWORD
nonn,easy,base
AUTHOR
Jason Earls, Jul 06 2003
STATUS
approved