login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A060042
G.f.: V(x)^(1/4), where V(x) = Sum_{n >= 0} A065409(n)*x^n.
2
1, 2, 30, 420, 5766, 79356, 1105868, 15656200, 225102726, 3280346476, 48334394756, 718513364856, 10756854024476, 161965917024856, 2450288410421976, 37217243114489616, 567231522298906566, 8671114430550556236, 132902927261011018836, 2041798846285571043096
OFFSET
0,2
FORMULA
a(n) ~ 2^(4*n + 1/4) / (Gamma(1/4) * Pi^(1/4) * n^(3/4)). - Vaclav Kotesovec, Sep 26 2019
MATHEMATICA
CoefficientList[Series[(HypergeometricPFQ[{-1/2, 1/2}, {1}, 32*x - 256*x^2]/(1 - 16*x))^(1/4), {x, 0, 20}], x] (* Vaclav Kotesovec, Sep 26 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, following a suggestion of Peter J Larcombe, Jan 16 2004
EXTENSIONS
More terms from Vaclav Kotesovec, Sep 26 2019
STATUS
approved