[go: up one dir, main page]

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!)
A368527 a(n) = Sum_{k=1..n} k^3 * n^k. 3
0, 1, 34, 804, 18244, 434205, 11138766, 310151632, 9370253320, 306232628625, 10783859167810, 407523041660196, 16461877678462668, 708207095198943613, 32338800248010936694, 1562509380160144645440, 79657105206246202521616 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] n*x * (1+4*n*x+(n*x)^2)/((1-x) * (1-n*x)^4).
a(n) = n * (n^n * (n^6-3*n^5+8*n^3-4*n^2-7*n-1) + n^2 + 4*n + 1)/(n-1)^4 for n > 1.
PROG
(PARI) a(n) = sum(k=1, n, k^3*n^k);
CROSSREFS
Cf. A368525.
Sequence in context: A160315 A078193 A063843 * A192094 A297337 A295351
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Dec 28 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 August 29 09:35 EDT 2024. Contains 375511 sequences. (Running on oeis4.)