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 A021116 #22 Jul 08 2025 08:02:26 %S A021116 0,0,8,9,2,8,5,7,1,4,2,8,5,7,1,4,2,8,5,7,1,4,2,8,5,7,1,4,2,8,5,7,1,4, %T A021116 2,8,5,7,1,4,2,8,5,7,1,4,2,8,5,7,1,4,2,8,5,7,1,4,2,8,5,7,1,4,2,8,5,7, %U A021116 1,4,2,8,5,7,1,4,2,8,5,7,1,4,2,8,5,7,1,4,2,8,5,7,1,4,2,8,5,7,1 %N A021116 Decimal expansion of 1/112. %C A021116 Same decimal period as A020806. - _R. J. Mathar_, Feb 13 2012 %H A021116 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,-1,1). %e A021116 0.0089285714285714... %t A021116 Join[{0,0},RealDigits[1/112,10,120][[1]]] (* or *) PadRight[{0,0,8,9},120,{5,7,1,4,2,8}] (* _Harvey P. Dale_, Apr 01 2014 *) %o A021116 (PARI) 1/112. \\ _Charles R Greathouse IV_, Feb 13 2012 %Y A021116 Cf. A020806. %K A021116 nonn,cons,easy %O A021116 0,3 %A A021116 _N. J. A. Sloane_