A135702 Decimal expansion of 3*Sum_{k=1..inf} 1/(10^k-1).
3, 6, 6, 9, 7, 2, 7, 3, 0, 2, 7, 8, 7, 3, 3, 5, 7, 8, 7, 9, 3, 2, 8, 5, 0, 3, 3, 8, 8, 4, 7, 9, 3, 3, 4, 7, 7, 3, 4, 4, 8, 4, 7, 9, 9, 2, 9, 1, 0, 9, 3, 8, 8, 5, 4, 5, 3, 2, 9, 6, 7, 4, 0, 2, 4, 4, 7, 9, 4, 4, 9, 6, 7, 3, 9, 9, 4, 4, 9, 1, 6, 2, 9, 7, 3, 3, 4, 4, 9, 7, 3, 9, 3, 3, 5, 6, 8, 0, 0, 7, 8, 4, 8, 6, 5
Offset: 0
Examples
0.36697273...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..2500
Programs
-
Mathematica
RealDigits[9*N[ (1/3) Sum[1/(10^k - 1), {k, 1, Infinity}], 120]] [[1]]
-
PARI
3*suminf(k=1, 1/(10^k-1)) \\ Michel Marcus, Oct 30 2016
Comments