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!)
A368535 a(n) = Sum_{k=1..n} binomial(k+2,3) * n^(n-k). 1
0, 1, 6, 31, 188, 1510, 16106, 217938, 3577624, 68952495, 1524157870, 37974983321, 1052320304212, 32089921353308, 1067586804710258, 38470738234990580, 1492501011869912496, 62015249735222969325, 2747431806313734355830, 129267455591507496073315 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] x/((1-n*x) * (1-x)^4).
a(n) = n * (6*n^(n+2) - n^5 - 3*n^4 + n^3 + n^2 - 6*n + 2)/(6 * (n-1)^4) for n > 1.
PROG
(PARI) a(n) = sum(k=1, n, binomial(k+2, 3)*n^(n-k));
CROSSREFS
Sequence in context: A199320 A097176 A361306 * A362387 A121754 A351818
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 May 6 12:10 EDT 2024. Contains 372293 sequences. (Running on oeis4.)