%I #26 Jan 21 2024 13:56:25
%S 0,0,2,8,4,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,
%T 9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,
%U 9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9
%N Decimal expansion of 1/352.
%H Vincenzo Librandi, <a href="/A021356/b021356.txt">Table of n, a(n) for n = 0..1000</a>
%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0,1).
%F G.f.: x^2*(5*x^4 - 8*x^3 + 2*x^2 + 8*x + 2)/((1 - x)*(1 + x)). - _Chai Wah Wu_, Jun 21 2016
%t PadLeft[First@#, Abs@Last@# + Length@First@#]&@RealDigits[N[1/352, 100]] (* _Vincenzo Librandi_, Jun 22 2016 *)
%t Join[{0,0},RealDigits[1/352,10,120][[1]]] (* or *) PadRight[{0, 0, 2, 8, 4}, 120, {9, 0}] (* _Harvey P. Dale_, Feb 01 2017 *)
%K nonn,cons,easy
%O 0,3
%A _N. J. A. Sloane_