login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A241247 a(n) = Sum_{k=0..n} n^k * binomial(n,k)^3. 9
2, 21, 352, 8065, 231876, 7951069, 314931968, 14095941633, 701590424500, 38358147922501, 2281458125531520, 146469277526152321, 10084388675810865248, 740560093656498673965, 57738578482070455269376, 4760258648137662340202497, 413561386818608994516491316 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ exp(1 - 3*n^(1/3)/2 + 3*n^(2/3)) * n^(n-2/3) / (2*Pi*sqrt(3)) * (1 + 5/(4*n^(1/3))).
MATHEMATICA
Table[Sum[n^k*Binomial[n, k]^3, {k, 0, n}], {n, 1, 20}]
Table[HypergeometricPFQ[{-n, -n, -n}, {1, 1}, -n], {n, 1, 20}]
PROG
(PARI) a(n) = sum(k=0, n, n^k*binomial(n, k)^3); \\ Michel Marcus, Jul 11 2020
CROSSREFS
Sequence in context: A196629 A196637 A240997 * A177234 A099710 A098344
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Apr 18 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)