login
A217732
Decimal expansion of integral_{x=0..infinity} 1/(cos(x) + x^2) dx.
0
1, 8, 3, 8, 0, 1, 7, 6, 9, 5, 0, 1, 0, 5, 0, 3, 8, 5, 2, 6, 9, 5, 3, 1, 4, 3, 9, 8, 1, 3, 9, 9, 2, 9, 2, 6, 8, 4, 3, 3, 0, 8, 6, 5, 3, 3, 0, 1, 2, 6, 3, 1, 3, 9, 4, 2, 5, 6, 9, 9, 1, 8, 9, 8, 2, 2, 8, 8, 0, 0, 9, 0, 5, 5, 5, 2, 9, 1, 8, 2, 2, 2, 7, 8, 6, 1, 0, 6, 1, 3, 5, 4, 9, 7, 7, 0, 1, 1, 9, 5
OFFSET
1,2
COMMENTS
What is most interesting is the way Richard Easther (from Columbia University in 2001) tackles the evaluation of this tough integral.
LINKS
Richard Easther, A tough integral, MathGroup archive 2001.
EXAMPLE
1.8380176950105038526953143981399292684330865330126313942569918982...
MATHEMATICA
digits = 100; s = Sum[1/(Cos[x] + (x + n*2*Pi)^2), {n, 0, Infinity}]; NIntegrate[s, {x, 0, 2*Pi}, WorkingPrecision -> digits] // RealDigits[#, 10, digits]& // First (* after Richard Easther *)
CROSSREFS
Sequence in context: A011214 A119806 A248296 * A089260 A109866 A097079
KEYWORD
nonn,cons
AUTHOR
STATUS
approved