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”).

A026301
Expansion of g.f. sqrt(V(x)), where V(x) = Sum_{n >= 0} A065409(n)*x^n.
2
1, 4, 64, 960, 14112, 206976, 3051520, 45340672, 679088128, 10244538368, 155497791488, 2372333207552, 36346971717632, 558853784207360, 8618409948348416, 133250263847796736, 2064775104923041792, 32056922218818961408, 498560128589437599744
OFFSET
0,2
FORMULA
a(n) ~ 2^(4*n + 1/2) / (Pi * sqrt(n)). - Vaclav Kotesovec, Sep 26 2019
MATHEMATICA
CoefficientList[Series[Sqrt[HypergeometricPFQ[{-1/2, 1/2}, {1}, 32*x - 256*x^2]/(1 - 16*x)], {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 Sean A. Irvine, Sep 25 2019
STATUS
approved