OFFSET
1,1
COMMENTS
This appears as the first integral in an attempt to expand exp(x) in a Chebyshev series between 0 and 1. Other integrals of the higher order terms in that expansion are generally bootstrapped from the lower order terms.
If we substitute x=cos(y), this is the integral over exp(cos(y)) dy from y=0 to y=Pi/2, which matches (apart from the upper limit) eq. 3.915.4 of the Gradsteyn-Ryzhik tables. - R. J. Mathar, Feb 15 2013
LINKS
A. Karageorghis, A note on the Chebyshev coefficients of the general order derivative of an infinitely differentiable function, J. Comp. Appl. Math 21 (1988) 129-132.
EXAMPLE
3.104379017855555098181769863187794767228...
MATHEMATICA
RealDigits[ Pi*(BesselI[0, 1] + StruveL[0, 1])/2, 10, 107] // First (* Jean-François Alcover, Feb 21 2013 *)
CROSSREFS
KEYWORD
AUTHOR
R. J. Mathar, Feb 13 2013
STATUS
approved