login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of 1/876.
0

%I #9 Feb 03 2021 07:41:13

%S 0,0,1,1,4,1,5,5,2,5,1,1,4,1,5,5,2,5,1,1,4,1,5,5,2,5,1,1,4,1,5,5,2,5,

%T 1,1,4,1,5,5,2,5,1,1,4,1,5,5,2,5,1,1,4,1,5,5,2,5,1,1,4,1,5,5,2,5,1,1,

%U 4,1,5,5,2,5,1,1,4,1,5,5,2,5,1,1,4,1,5,5,2,5,1,1,4,1,5,5,2,5,1

%N Decimal expansion of 1/876.

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

%F From _Chai Wah Wu_, Feb 02 2021: (Start)

%F a(n) = a(n-1) - a(n-4) + a(n-5) for n > 6.

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

%K nonn,cons

%O 0,5

%A _N. J. A. Sloane_