cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A168571 a(n) = 25*(5^n - 1)/4.

Original entry on oeis.org

0, 25, 150, 775, 3900, 19525, 97650, 488275, 2441400, 12207025, 61035150, 305175775, 1525878900, 7629394525, 38146972650, 190734863275, 953674316400, 4768371582025, 23841857910150, 119209289550775, 596046447753900, 2980232238769525
Offset: 0

Views

Author

Vincenzo Librandi, Nov 30 2009

Keywords

Comments

Partial sums of A000351, starting with A000351(2).

Programs

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

Extensions

Definition and examples simplified by Jon E. Schoenfield, Jun 19 2010