A191333 Decimal representation of sum{(1/3)^A191331(k): k>=1}.
1, 1, 2, 4, 8, 4, 7, 6, 0, 7, 4, 3, 6, 7, 5, 7, 0, 8, 6, 3, 4, 5, 5, 6, 8, 6, 8, 2, 9, 4, 4, 8, 0, 4, 9, 3, 4, 6, 3, 4, 3, 8, 6, 4, 7, 4, 8, 6, 5, 5, 4, 2, 9, 8, 8, 1, 3, 6, 5, 6, 3, 7, 4, 5, 5, 7, 1, 8, 5, 3, 6, 9, 3, 3, 4, 2, 3, 2, 4, 3, 3, 1, 5, 1, 1, 6, 8, 6, 2, 8, 7, 2, 5, 5, 3, 5, 6, 0, 6, 0
Offset: 0
Examples
0.11248476074367570863455686829448049346...
Programs
-
Mathematica
(See A191329.)
-
PARI
sum(k=1,2,(1/3.)^(1.<<(2^(2^k-1))+1)) \\ Charles R Greathouse IV, Jun 30 2011
Comments