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

A238717
Sum_{k=0..n} C(2*k, k)^n.
2
3, 41, 8225, 24171313, 1017938927841, 622602106165767361, 5608871461647356879321985, 752730443089043674648784110740481, 1518229276131523691441191545330131883774977, 46343219682310810626560369524452971573580502826086401
OFFSET
1,1
FORMULA
a(n) ~ exp(-1/8) * 4^(n^2) / (Pi^(n/2) * n^(n/2)).
MATHEMATICA
Table[Sum[Binomial[2*k, k]^n, {k, 0, n}], {n, 1, 20}]
CROSSREFS
Sequence in context: A192888 A239039 A228456 * A057013 A055755 A249046
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 03 2014
STATUS
approved