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

A096191
a(n) = Sum_{k=1..n} C(n,k)^3 where C(n,k) is binomial(n,k).
3
1, 9, 55, 345, 2251, 15183, 104959, 739161, 5280931, 38165259, 278415919, 2046924399, 15148345759, 112738423359, 843126957055, 6332299624281, 47737325577619, 361077477684435, 2739270870994735, 20836827035351595
OFFSET
1,2
LINKS
FORMULA
a(n) ~ 2^(3*n+1) / (sqrt(3)*Pi*n). - Vaclav Kotesovec, Nov 27 2017
MATHEMATICA
Table[Sum[Binomial[n, k]^3, {k, n}], {n, 20}] (* Harvey P. Dale, Jul 19 2011 *)
CROSSREFS
Equals A000172(n) - 1.
Sequence in context: A362365 A183805 A037578 * A362088 A281454 A174711
KEYWORD
nonn
AUTHOR
Gerald McGarvey, Jul 25 2004
STATUS
approved