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.
%I A227093 #26 Jun 16 2024 16:46:08 %S A227093 0,0,0,1,0,1,0,2,0,3,0,5,0,8,1,3,2,1,3,4,5,5,9,0,4,6,3,6,8,3,2,0,0,3, %T A227093 2,3,2,6,4,9,7,6,2,6,0,2,2,8,3,0,5,8,8,9,4,8,3,7,8,6,2,4,1,0,3,4,4,4, %U A227093 7,9,2,4,0,3,2,7,3,0,5,7,8,8,4,6,3,4,8,1,1,5,9,7,1,3,1,0,2,3,3,3,5,6,9,0,4,7 %N A227093 Decimal expansion of 1/9899. %C A227093 Group the terms 2 by 2 to get the first 11 Fibonacci numbers (A000045): 00 01 01 02 03 05 08 13 21 34 55 (89, 144, 233, ...). %H A227093 Paolo Xausa, <a href="/A227093/b227093.txt">Table of n, a(n) for n = 0..1000</a> %F A227093 Equals Sum_{i>=0} Fibonacci(i)/100^(i+1). %e A227093 0.00010102030508132134559046368320032326497626022830588... %p A227093 Digits := 140; evalf(1/9899); %t A227093 First[RealDigits[1/9899, 10, 100, -1]] (* _Paolo Xausa_, Jun 16 2024 *) %Y A227093 Cf. A000045, A021093, A034948. %K A227093 nonn,base,cons,easy %O A227093 0,8 %A A227093 _Roland Kneer_, Jul 01 2013