A255910 Decimal expansion of 16/9.
1, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7
Offset: 1
Examples
1.7777777777777777777777777777...
Links
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Mathematica
RealDigits[16/9, 10, 100][[1]] (* Vincenzo Librandi, Mar 24 2015 *)
-
PARI
x=16/9; for(n=1, 100, d=floor(x); x=(x-d)*10; print1(d,", "))
Formula
From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: x + 7*x^2/(1 - x).
E.g.f.: 7*(exp(x) - 1) - 6*x.
a(n) = 7 - 6*0^(n-1).
a(n) = 7, n > 1. (End)
Comments