login
Decimal expansion of 1/192.
2

%I #20 Aug 02 2024 16:11:34

%S 0,0,5,2,0,8,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,

%T 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,

%U 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3

%N Decimal expansion of 1/192.

%H <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).

%F From _Elmo R. Oliveira_, Aug 02 2024: (Start)

%F G.f.: x^2*(5 - 3*x - 2*x^2 + 8*x^3 - 5*x^4)/(1 - x).

%F a(n) = 3 for n > 5. (End)

%e 0.00520833333333333333333333333333...

%t Join[{0, 0}, RealDigits[1/192, 10, 96][[1]]] (* _Alonso del Arte_, Apr 24 2018 *)

%t PadRight[{0,0,5,2,0,8},120,{3}] (* _Harvey P. Dale_, Jan 24 2019 *)

%o (PARI) 1/192. \\ _Altug Alkan_, Apr 24 2018

%K nonn,cons,easy

%O 0,3

%A _N. J. A. Sloane_