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!)
A218376 a(n) = 5^n*sum_{i=1..n} i^5/5^i. 1
0, 1, 37, 428, 3164, 18945, 102501, 529312, 2679328, 13455689, 67378445, 337053276, 1685515212, 8427947353, 42140274589, 210702132320, 1053511710176, 5267559970737, 26337801743253, 131689011192364, 658445059161820 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
From Peter Bala, Nov 29 2012: (Start)
a(n) = 1/512*(3535*5^n - (128*n^5 + 800*n^4 + 2400*n^3 + 4600*n^2 + 5700*n + 3535)).
Recurrence equation: a(n) = 5*a(n-1) + n^5.
G.f.: (x + 26*x^2 + 66*x^3 + 26*x^4 + x^5)/((1 - 5*x)*(1 - x)^6) = x + 37*x^2 + 428*x^3 + ....
(End)
MATHEMATICA
f[n_] := 5^n*Sum[i^5/5^i, {i, n}]; Array[f, 30, 0]
CROSSREFS
Sequence in context: A232251 A232259 A232046 * A227825 A201609 A140847
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Nov 28 2012
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)