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

A332680
a(n) = -(-1)^n * n! * hypergeometric1F1(1 - n, 2, 4*n).
3
-1, 1, 6, 78, 1576, 43320, 1507824, 63549808, 3145681536, 178865283456, 11488065875200, 822528662774016, 64957295774721024, 5609010346397166592, 525718830294548330496, 53154054477553828608000, 5766597997397483718344704, 668177890990349738366042112, 82355042760252520538828242944
OFFSET
0,3
LINKS
FORMULA
A302112(n) = (A332679(n) - 2*n*a(n)) * binomial(2*n, n) / 2^n.
a(n) ~ c * n^(n - 5/6) * exp(n), where c = Gamma(1/3) / (2^(11/6) * 3^(1/6) * sqrt(Pi)) = 0.3531663187295...
MATHEMATICA
Table[-(-1)^n * n! * Hypergeometric1F1[1 - n, 2, 4*n], {n, 0, 20}]
Join[{-1}, Table[n! * Sum[(-1)^(n-k+1) * Binomial[n-1, k] * (4*n)^k / (k+1)!, {k, 0, n-1}], {n, 1, 20}]]
CROSSREFS
Sequence in context: A300874 A049209 A162656 * A376093 A179498 A177556
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Feb 19 2020
STATUS
approved