OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Borwein Integrals
Wikipedia, Borwein integral [From N. J. A. Sloane, Feb 25 2012]
FORMULA
a(n) = A144616(n+1)*A097801(n+1) [assuming that the numerators are really A068214]. - Andrey Zabolotskiy, Oct 18 2016
MATHEMATICA
i[n_] := Times@@(Sin[x/# ]&/@Range[1, n, 2])/x^((n+1)/2)/Pi; Denominator[Table[Integrate[i[n], {x, 0, \[Infinity]}], {n, 1, 19, 2}]]
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Eric W. Weisstein, Feb 21 2002
EXTENSIONS
Name edited by Andrey Zabolotskiy, Dec 14 2024
STATUS
approved