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!)
A083590 Expansion of 1/((1-5*x)*(1-x^5)). 2
1, 5, 25, 125, 625, 3126, 15630, 78150, 390750, 1953750, 9768751, 48843755, 244218775, 1221093875, 6105469375, 30527346876, 152636734380, 763183671900, 3815918359500, 19079591797500, 95397958987501, 476989794937505 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = floor(625*(5^(n+1)+1)/3124). - Tani Akinari, Jul 09 2013
MATHEMATICA
CoefficientList[Series[1/((1-5x)(1-x^5)), {x, 0, 40}], x] (* Vincenzo Librandi, Apr 04 2012 *)
LinearRecurrence[{5, 0, 0, 0, 1, -5}, {1, 5, 25, 125, 625, 3126}, 30] (* Harvey P. Dale, Jan 21 2023 *)
PROG
(PARI) Vec(1/(1-5*x)/(1-x^5)+O(x^99)) \\ Charles R Greathouse IV, Apr 04 2012
(Magma) [Floor(625*(5^(n+1)+1)/3124): n in [0..40]]; // G. C. Greubel, Oct 10 2017
CROSSREFS
Sequence in context: A000351 A050735 A195948 * A361765 A370546 A097680
KEYWORD
easy,nonn
AUTHOR
Paul Barry, May 02 2003
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 20 15:51 EDT 2024. Contains 372717 sequences. (Running on oeis4.)