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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092563 Coefficients in asymptotic expansion of I_0(x)sqrt(2*pi*x)/e^x in powers of 1/(16x). 0
1, 2, 18, 300, 7350, 238140, 9604980, 463783320, 26087811750, 1675417243500, 120965124980700, 9699203657543400, 855146455806743100, 82225620750648375000, 8563211075317523625000, 960221401912271649150000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

F. Bowman, Introduction to Bessel functions, Dover Publications Inc., New York 1958, see page 48. MR0097539

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 377. 9.7.1

LINKS

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

FORMULA

E.g.f. A(x)=y satisfies (8x^2-x)y''+(16x-1)y+2y=0. G.f. A(x)=y satisfies 8x^2y''+(16x-1)y+2y=0.

E.g.f.: F(1/2, 1/2;1;8x) = 1/AGM(1, (1-8x)^(1/2)). a(n)=(2n)!^2/(n!^3 2^n).

EXAMPLE

I_0(x)sqrt(2*pi*x)/e^x ~ 1+2/(16x)+18/(16x)^2+300/(16x)^3+... where I_0(x) is a Bessel function

PROG

(PARI) a(n)=if(n<0, 0, (2*n)!^2/n!^3/2^n)

(PARI) a(n)=if(n<0, 0, n!*polcoeff(1/agm(1, sqrt(1-8*x+x*O(x^n))), n))

CROSSREFS

a(n)2^n=A002894(n)n!.

Sequence in context: A084947 A123385 A121564 * A192555 A179497 A087215

Adjacent sequences:  A092560 A092561 A092562 * A092564 A092565 A092566

KEYWORD

nonn

AUTHOR

Michael Somos, Feb 28 2004

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 16 16:51 EST 2012. Contains 205938 sequences.