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!)
A368537 a(n) = Sum_{k=1..n} binomial(k+2,3) * n^k. 1
0, 1, 18, 309, 5828, 123230, 2913126, 76405854, 2205340936, 69523722855, 2377899710410, 87721897714891, 3472488925101516, 146833416409808492, 6605726035373765678, 315051237815279406540, 15879038919798268666896, 843348814519524716426685 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] n*x /((1-x) * (1-n*x)^4).
a(n) = n * (n^n * (n^6-7*n^4+5*n^3+12*n^2-11*n-6) + 6)/(6 * (n-1)^4) for n > 1.
PROG
(PARI) a(n) = sum(k=1, n, binomial(k+2, 3)*n^k);
CROSSREFS
Cf. A368527.
Sequence in context: A091045 A179121 A226298 * A321511 A208537 A292299
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Dec 29 2023
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 30 11:43 EDT 2024. Contains 372131 sequences. (Running on oeis4.)