login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of 1/295.
0

%I #7 Jun 21 2016 18:40:13

%S 0,0,3,3,8,9,8,3,0,5,0,8,4,7,4,5,7,6,2,7,1,1,8,6,4,4,0,6,7,7,9,6,6,1,

%T 0,1,6,9,4,9,1,5,2,5,4,2,3,7,2,8,8,1,3,5,5,9,3,2,2,0,3,3,8,9,8,3,0,5,

%U 0,8,4,7,4,5,7,6,2,7,1,1,8,6,4,4,0,6,7,7,9,6,6,1,0,1,6,9,4,9,1

%N Decimal expansion of 1/295.

%F From _Chai Wah Wu_, Jun 21 2016: (Start)

%F a(n) = a(n-1) - a(n-29) + a(n-30) for n > 30.

%F G.f.: x^2*(-2*x^28 - x^26 - 6*x^25 + 4*x^24 + 2*x^22 + 2*x^21 - 7*x^20 + 6*x^18 - 5*x^17 + 4*x^16 + x^15 - 2*x^14 - x^13 + 3*x^12 - 3*x^11 + 4*x^10 - 8*x^9 + 5*x^8 - 5*x^7 + 3*x^6 + 5*x^5 + x^4 - x^3 - 5*x^2 - 3)/(x^30 - x^29 + x - 1). (End)

%K nonn,cons

%O 0,3

%A _N. J. A. Sloane_.