cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A085854 Number of 0's in decimal expansion of Fibonacci(n).

This page as a plain text file.
%I A085854 #13 Jan 03 2018 21:39:54
%S A085854 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,2,0,1,0,
%T A085854 1,0,1,0,1,0,1,1,0,0,2,2,1,1,1,1,1,3,2,0,0,0,0,0,0,2,3,2,1,1,3,1,2,1,
%U A085854 1,3,3,3,1,2,1,3,2,2,0,1,0,2,2,1,4,0,2,0,4,2,4,5,2,3,1,4,3,0,3,1,1,3,1,5,1
%N A085854 Number of 0's in decimal expansion of Fibonacci(n).
%H A085854 Robert Israel, <a href="/A085854/b085854.txt">Table of n, a(n) for n = 0..10000</a>
%e A085854 Fibonacci(15)=610, so a(15)=1 and Fibonacci(44)=701408733, so
%e A085854 a(44)=2.
%p A085854 seq(numboccur(0, convert(combinat:-fibonacci(n),base,10)), n=0..200); # _Robert Israel_, Jan 03 2018
%t A085854 Table[DigitCount[Fibonacci[n]][[10]], {n, 0, 199}] (* _Vladimir Joseph Stephan Orlovsky_, Jul 01 2011 *)
%Y A085854 Cf. 1's A085855, 2's A085856, 3's A085857, 4's A085858, 5's A085859, 6's A085860, 7's A085861, 8's A085862, 9's A085863.
%K A085854 base,nonn
%O A085854 0,31
%A A085854 _Jason Earls_, Jul 06 2003
%E A085854 Initial 1 for F(0) = 0 added upon Vladimir Joseph Stephan Orlovsky's comment, Jul 01 2011
%E A085854 Corrected by _Robert Israel_, Jan 03 2018