OFFSET
1,1
FORMULA
a(n) = 12*8^(n-1) = 12*A001018 for n>1.
EXAMPLE
E.g., I(3)=11/768. The numerator is b(n) = 3*2^(n-1) - 1. E.g., b(3)=11.
MATHEMATICA
f[n_] := Denominator[(3*2^(n - 1) - 1)*Integrate[1 - Sqrt[x], {x, 0, 1/4^n}]]; Table[ f[n], {n, 19}] (* Robert G. Wilson v *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Al Hakanson (hawkuu(AT)excite.com), Apr 30 2004
EXTENSIONS
Edited, corrected and extended by Robert G. Wilson v, May 08 2004
STATUS
approved