login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A068215
Denominator of Borwein integral of order 2n+1, as defined by Weisstein.
4
2, 6, 30, 210, 1890, 20790, 270270, 1896516717212415135141110350293750000, 1220462921565155916674902677397230198502690752000000000
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
Cf. A068214 (supposed numerators), A144616 (denominators of the conventional Borwein integrals).
Sequence in context: A377707 A375271 A129779 * A305400 A377877 A096775
KEYWORD
nonn,frac
AUTHOR
Eric W. Weisstein, Feb 21 2002
EXTENSIONS
Name edited by Andrey Zabolotskiy, Dec 14 2024
STATUS
approved