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!)
A168571 a(n) = 25*(5^n - 1)/4. 2
0, 25, 150, 775, 3900, 19525, 97650, 488275, 2441400, 12207025, 61035150, 305175775, 1525878900, 7629394525, 38146972650, 190734863275, 953674316400, 4768371582025, 23841857910150, 119209289550775, 596046447753900, 2980232238769525 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Partial sums of A000351, starting with A000351(2).
LINKS
FORMULA
From R. J. Mathar, Jan 04 2011: (Start)
a(n) = 25*A003463(n).
a(n) = +6*a(n-1) -5*a(n-2).
G.f.: 25*x / ( (5*x-1)*(x-1) ). (End)
E.g.f.: (25/4)*(exp(5*x) - exp(x)). - G. C. Greubel, Jul 26 2016
MATHEMATICA
CoefficientList[Series[25 x / ((1 - x) (1 - 5 x)), {x, 0, 30}], x] (* Vincenzo Librandi, Sep 24 2014 *)
LinearRecurrence[{6, -5}, {0, 25}, 25] (* G. C. Greubel, Jul 26 2016 *)
PROG
(Magma) [25*(5^n-1)/4: n in [0..30]]; // Vincenzo Librandi, Sep 24 2014
(PARI) a(n)=25*(5^n-1)/4 \\ Charles R Greathouse IV, Jul 26 2016
CROSSREFS
Sequence in context: A198030 A198000 A247664 * A197998 A042214 A215760
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 30 2009
EXTENSIONS
Definition and examples simplified by Jon E. Schoenfield, Jun 19 2010
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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)