login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036790 Continued fraction for Integral_{x=0..Pi} sin(x)/x. 2
1, 1, 5, 1, 3, 15, 1, 5, 3, 2, 7, 2, 1, 62, 1, 3, 110, 1, 39, 1, 1, 1, 4, 3, 1, 2, 5, 2, 2, 28, 1, 1, 1, 2, 6, 2, 2, 1, 278, 3, 3, 1, 1, 4, 1, 4, 2, 5, 5, 2, 4, 1, 1, 1, 28, 1, 1, 203, 1, 89, 2, 2, 2, 1, 12, 1, 1, 3, 33, 1, 8, 3, 1, 2, 6, 1, 1, 3, 256, 1, 6, 5, 1, 6, 14, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Integral(sin(x)/x dx) = x - x^3/(3*3!) + x^5/(5*5!) - x^7/(7*7!) + ... - Harry J. Smith, May 01 2009
LINKS
G. Xiao, Contfrac
EXAMPLE
1.851937051982466170361053370... = 1 + 1/(1 + 1/(5 + 1/(1 + 1/(3 + ...)))). - Harry J. Smith, May 01 2009
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); y=0; x=Pi; m=x; x2=x*x; n=1; nf=1; s=1; while (x!=y, y=x; n++; nf*=n; n++; nf*=n; m*=x2; s=-s; x+=s*m/(n*nf)); x=contfrac(x); for (n=1, 20000, write("b036790.txt", n, " ", x[n])); } \\ Harry J. Smith, May 01 2009
CROSSREFS
Cf. A036792.
Sequence in context: A365456 A134894 A143700 * A201847 A185559 A275842
KEYWORD
nonn,cofr
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 20 16:33 EDT 2024. Contains 373528 sequences. (Running on oeis4.)