A143618 Decimal expansion of 127/216.
5, 8, 7, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2
Offset: 0
Examples
.58796296296296296296296296296296296296296296296296296296296...
Links
- Index entries for linear recurrences with constant coefficients, signature (0,0,1).
Crossrefs
A companion to A177056.
Programs
-
Mathematica
PadRight[{5, 8, 7}, 100, {9, 6, 2}] (* Paolo Xausa, Apr 24 2024 *)
-
PARI
127/216. \\ Charles R Greathouse IV, Mar 25 2014
Formula
a(n) = A177056(n+2). - Paolo Xausa, Apr 24 2024
From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: (5 + 8*x + 7*x^2 + 4*x^3 - 2*x^4 - 5*x^5)/((1 - x)*(1 + x + x^2)).
a(n) = a(n-3), n > 5. (End)