The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A056468 a(n) = Sum_{k=1..n} k^6*binomial(n,k). 3
0, 1, 66, 924, 7400, 44040, 217392, 942592, 3714048, 13593600, 46914560, 154328064, 487778304, 1490384896, 4423372800, 12801146880, 36235378688, 100580917248, 274361352192, 736775372800, 1950815354880, 5099601002496, 13176144920576, 33682341494784 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (14,-84,280,-560,672,-448,128).
FORMULA
a(n) = 2^(n-6)*n*(n+1)*(n^4 + 14*n^3 + 31*n^2 - 46*n + 16).
G.f.: -x*(136*x^4-272*x^3+84*x^2+52*x+1)/(2*x-1)^7. [Colin Barker, Sep 20 2012]
MATHEMATICA
Table[Sum[k^6*Binomial[n, k], {k, n}], {n, 0, 30}] (* T. D. Noe, Nov 22 2013 *)
PROG
(PARI) a(n) = sum(k = 1, n, k^6*binomial(n, k)); \\ Michel Marcus, Nov 20 2013
CROSSREFS
Sequence in context: A293613 A304838 A337896 * A027785 A271757 A228996
KEYWORD
nonn,easy
AUTHOR
Benoit Cloitre, Dec 06 2002
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 May 15 14:34 EDT 2024. Contains 372540 sequences. (Running on oeis4.)