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 A021148 #17 Jul 08 2025 08:04:53 %S A021148 0,0,6,9,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, %T A021148 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, %U A021148 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4 %N A021148 Decimal expansion of 1/144. %H A021148 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1). %F A021148 G.f.: x^2*(6 + 3*x - 5*x^2)/(1 - x). - _Chai Wah Wu_, Jun 21 2016 %t A021148 PadLeft[First@ #, Abs@ Last@ # + Length@ First@ #] &@ RealDigits[N[1/144, 120]] (* _Bruno Berselli_, Jun 21 2016 *) %t A021148 Join[{0,0},RealDigits[1/144,10,120][[1]]] (* _Harvey P. Dale_, Oct 30 2022 *) %K A021148 nonn,cons,easy %O A021148 0,3 %A A021148 _N. J. A. Sloane_