A238390 E.g.f.: x / BesselJ(1, 2*x) (even powers only).
1, 1, 4, 35, 546, 13482, 485892, 24108513, 1576676530, 131451399794, 13609184032808, 1712978776719938, 257612765775847132, 45620136452519144700, 9396239458048330569840, 2227147531572856811691105, 601916577165056911293330930, 183994483721828524163677628370
Offset: 0
Keywords
Links
- G. C. Greubel, Table of n, a(n) for n = 0..98
Crossrefs
Programs
-
Maple
S:= series(x/BesselJ(1,2*x),x,102): seq((2*j)!*coeff(S,x,2*j),j=0..50); # Robert Israel, Jan 31 2016
-
Mathematica
Table[(CoefficientList[Series[x/BesselJ[1, 2*x], {x, 0, 40}], x] * Range[0, 40]!)[[n]], {n, 1, 41, 2}]
Formula
a(n) ~ c * (n!)^2 / (sqrt(n) * r^n), where r = BesselJZero[1, 1]^2/16 = 0.91762316513274332857623611, and c = 1/(Sqrt[Pi]*BesselJ[2, BesselJZero[1, 1]]) = 1.4008104828035425937394082168... - Vaclav Kotesovec, Mar 01 2014, updated Apr 01 2018
Comments