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!)
A368525 a(n) = Sum_{k=1..n} k^3 * n^(n-k). 3
0, 1, 10, 60, 364, 2745, 27246, 346864, 5422264, 100449225, 2149062490, 52097910876, 1410401518692, 42153624499441, 1378058477508454, 48900582823143360, 1871456346915007216, 76821658841556480753, 3366451935514051046802, 156839738363103277783900 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] x * (1+4*x+x^2)/((1-n*x) * (1-x)^4).
a(n) = n * (n^n * (n^2 + 4*n + 1) - n^5 - 3*n^2 - n - 1)/(n-1)^4 for n > 1.
PROG
(PARI) a(n) = sum(k=1, n, k^3*n^(n-k));
CROSSREFS
Cf. A368527.
Sequence in context: A083585 A250575 A155633 * A002493 A054364 A004309
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 September 15 00:47 EDT 2024. Contains 375929 sequences. (Running on oeis4.)