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!)
A123686 E.g.f.: (1-x^4)^(-1/2)*exp(x^2/(1-x^2))*BesselI(0,x^2/(x^2-1)) (since this is an even function, we do not give the intercalating 0's). 2
1, 2, 54, 2460, 239190, 33124140, 6896500380, 1879519201560, 674900483206950, 300426422192196300, 164868151446145847700, 108046627817926248851400, 83890281074290204071858300, 75722368306901033144261835000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Arises in the normal ordering of functions of a*(a+)*a, where a and a+ are the boson annihilation and creation operators, respectively.
LINKS
FORMULA
From Vaclav Kotesovec, Nov 13 2017: (Start)
Recurrence: n*a(n) = 2*(2*n - 1)*(3*n - 2)*a(n-1) + 4*(n-1)^2*(2*n - 3)*(2*n - 1)*(2*n + 1)*a(n-2) + 8*(n-2)^2*(n-1)*(2*n - 5)*(2*n - 3)*(2*n - 1)*a(n-3) - 16*(n-3)^2*(n-2)^2*(n-1)*(2*n - 7)*(2*n - 5)*(2*n - 3)*(2*n - 1)*a(n-4).
a(n) ~ 2^(2*n - 3/4) * exp(2*sqrt(2*n) - 2*n -1) * n^(2*n - 1/4) / sqrt(Pi) * (1 + 91/(48*sqrt(2*n))). (End)
MAPLE
G:=(1-x^4)^(-1/2)*exp(x^2/(1-x^2))*BesselI(0, x^2/(x^2-1)): Gser:=series(G, x=0, 40): seq((2*n)!*coeff(Gser, x, 2*n), n=0..15); # Emeric Deutsch, Oct 31 2006
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[(1 - x^4)^(-1/2)*Exp[x^2/(1 - x^2)]*BesselI[0, x^2/(x^2 - 1)], {x, 0, nmax}], x]*Range[0, nmax]!][[;; ;; 2 ]] (* G. C. Greubel, Oct 18 2017 *)
CROSSREFS
Sequence in context: A357421 A071798 A338514 * A122418 A069788 A283678
KEYWORD
nonn
AUTHOR
Karol A. Penson, Oct 06 2006
EXTENSIONS
More terms from Emeric Deutsch, Oct 31 2006
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)