A142464 Decimal expansion of 13/36.
3, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 0
Examples
.36111111111111111111111111111111111111111111111111111111111...
Links
- Brady Haran and Grant Sanderson, More on Bertrand's Paradox (with 3blue1brown), Numberphile video (2021).
- Index entries for linear recurrences with constant coefficients, signature (1).
Crossrefs
A companion to A177022.
Programs
-
Mathematica
PadRight[{3, 6}, 100, 1] (* Paolo Xausa, Aug 07 2024 *)
-
PARI
13/36. \\ Charles R Greathouse IV, Mar 25 2014
Formula
From Stefano Spezia, Aug 04 2024: (Start)
G.f.: (3 + 3*x - 5*x^2)/(1 - x).
a(n) = 1 for n > 1.
E.g.f.: exp(x) + 5*x + 2. (End)