A193359 Decimal expansion of sum(1/floor(2^n/n),n=1..+oo).
2, 1, 4, 2, 8, 6, 0, 8, 6, 3, 8, 5, 4, 9, 2, 9, 9, 5, 6, 7, 4, 9, 4, 0, 0, 0, 3, 2, 5, 0, 1, 9, 8, 8, 0, 8, 2, 0, 8, 2, 4, 3, 7, 4, 8, 3, 3, 4, 9, 9, 7, 0, 8, 5, 8, 9, 1, 9, 2, 2, 1, 8, 2, 0, 6, 3, 9, 9, 8, 2, 3, 8, 4, 8, 2, 6, 6, 0, 1, 5, 6, 5, 1, 8, 7, 1, 7, 4, 4, 6, 9, 1, 2, 0, 5, 6, 0, 0, 1, 1
Offset: 1
Examples
2.1428608638549299567494000...
Programs
-
PARI
suminf(n=1,1/(2^n\n)) \\ Charles R Greathouse IV, Jul 24 2011