The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A128791 n^3*5^n. 1
0, 5, 200, 3375, 40000, 390625, 3375000, 26796875, 200000000, 1423828125, 9765625000, 64990234375, 421875000000, 2681884765625, 16748046875000, 102996826171875, 625000000000000, 3748321533203125, 22247314453125000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Subsequence of A047486. [Bruno Berselli, Feb 07 2013]
LINKS
FORMULA
G.f.: 5*x*(1+20*x+25*x^2)/(1-5*x)^4. - Vincenzo Librandi Feb 07 2013
a(n) = 20*a(n-1) - 150*a(n-2) + 500*a(n-3) - 625*a(n-4). - Vincenzo Librandi, Feb 09 2013
MATHEMATICA
CoefficientList[Series[5 x (1 + 20 x + 25 x^2)/(1-5 x)^4, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 07 2013 *)
PROG
(Magma) [n^3*5^n: n in [0..30]]; // Vincenzo Librandi, Feb 07 2013
(Magma) I:=[0, 5, 200, 3375]; [n le 4 select I[n] else 20*Self(n-1)-150*Self(n-2)+500*Self(n-3)-625*Self(n-4): n in [1..30]]; // Vincenzo Librandi, Feb 09 2013
CROSSREFS
Sequence in context: A208462 A107445 A106990 * A303136 A244848 A041775
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Apr 07 2007
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 June 6 14:13 EDT 2024. Contains 373128 sequences. (Running on oeis4.)