login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068214 Numerator of Borwein integral of order 2n+1. 2
1, 1, 1, 1, 1, 1, 1, 467807924713440738696537864469, 17708695183056190642497315530628422295569865119, 8096799621940897567828686854312535486311061114550605367511653 (list; graph; refs; listen; history; internal format)
OFFSET

0,8

COMMENTS

Comment from R. W. Gosper (rwg(AT)sdf.lonestar.org), Jan 07 2009: (Start) Also numerator of (2/Pi)*Integrate[Product[Sinc[x/k], {k, 1, 2*n - 1, 2}], {x, 0, Infinity}]: Using Mathematica 7.0, we have:

In[6]:= Table[2/Pi*Integrate[Product[Sinc[x/k], {k, 1, 2*n - 1, 2}], {x, 0, Infinity}], {n, 8}]

Out[6]= {1, 1, 1, 1, 1, 1, 1, 467807924713440738696537864469/467807924720320453655260875000 }. The denominators of this sequence are given in A144616.

The last term is 1 - 491^7 / (2^3 3^12 5^6 7^7 11^6 13^6). (End)

LINKS

Eric Weisstein's World of Mathematics, Borwein Integrals

MATHEMATICA

i[n_] := Times@@(Sin[x/# ]&/@Range[1, n, 2])/x^((n+1)/2)/Pi; Numerator[Table[Integrate[i[n], {x, 0, \[Infinity]}], {n, 1, 19, 2}]]

CROSSREFS

Cf. A068215, A144616.

Sequence in context: A104300 A095450 A095452 * A144616 A095454 A194566

Adjacent sequences:  A068211 A068212 A068213 * A068215 A068216 A068217

KEYWORD

nonn,frac

AUTHOR

Eric Weisstein (eric(AT)weisstein.com), Feb 21, 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:30 EST 2012. Contains 205678 sequences.