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!)
A087220 Coefficients in an asymptotic series expanded in powers of 1/(4x). 0
1, 2, -2, -12, 126, -84, -10532, 72584, 1398454, -23934644, -279791836, 10005551128, 74538179116, -5628788533000, -20339727800264, 4187789575589776, -1855072071151834, -4010464443848609780 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
G.f. yields asymptotic expansion of solutions to y''+(1+1/x)y=0.
REFERENCES
N. G. de Bruijn, Asymptotic Methods in Analysis, Dover, 1981, p. 197.
LINKS
FORMULA
G.f. A(x)=y satisfies 16x^3y*y'+8x^4y*y''+y^4-12x^4y'^2-(1+4x)y^2=0.
PROG
(PARI) a(n)=local(A, A1); if(n<0, 0, A=1+2*x+O(x^2); for(k=1, n\2, A1=x^2*A'; A=sqrt((1+4*x)/(1+(8*x^2*A1'*A-12*A1^2)/A^4))); polcoeff(A, n))
CROSSREFS
Sequence in context: A032321 A013311 A303343 * A032320 A032227 A032069
KEYWORD
sign
AUTHOR
Michael Somos, Aug 27 2003
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 April 24 12:46 EDT 2024. Contains 371942 sequences. (Running on oeis4.)