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!)
A368526 a(n) = Sum_{k=1..n} k^2 * n^k. 3
0, 1, 18, 282, 4740, 89355, 1896846, 45050852, 1186829064, 34391135205, 1087928669410, 37322190255966, 1380461544684300, 54772368958008975, 2320775754168090870, 104596636848116060040, 4996700995031905899536, 252208510175779038669321 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] n*x * (1+n*x)/((1-x) * (1-n*x)^3).
a(n) = n * (n+1) * (n^n * (n^3-3*n^2+2*n+1) - 1)/(n-1)^3 for n > 1.
PROG
(PARI) a(n) = sum(k=1, n, k^2*n^k);
CROSSREFS
Cf. A368524.
Sequence in context: A004357 A249598 A245924 * A035119 A230235 A288959
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 July 13 17:35 EDT 2024. Contains 374284 sequences. (Running on oeis4.)