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.

A178671 a(n) = 5^n - 5.

Original entry on oeis.org

-4, 0, 20, 120, 620, 3120, 15620, 78120, 390620, 1953120, 9765620, 48828120, 244140620, 1220703120, 6103515620, 30517578120, 152587890620, 762939453120, 3814697265620, 19073486328120, 95367431640620, 476837158203120, 2384185791015620, 11920928955078120
Offset: 0

Views

Author

Vincenzo Librandi, Dec 25 2010

Keywords

Examples

			a(n) = A178676(n)-10 = A242329(n)-9 = A242328(n)-7 = A034474(n)-6 = A000351(n)-5. - _Elmo R. Oliveira_, Dec 06 2023
		

Crossrefs

Programs

Formula

a(n) = 5*a(n-1) + 20 with a(0) = -4.
From R. J. Mathar, Jan 03 2011: (Start)
G.f.: 4*(-1+6*x)/((1-5*x)*(1-x)).
a(n) = 4*A104891(n-1), n > 0. (End)
a(n) = 6*a(n-1) - 5*a(n-2) for n > 1. - Vincenzo Librandi, Jan 25 2013
E.g.f.: exp(5*x) - 5*exp(x). - G. C. Greubel, Jan 28 2019