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.

A178676 a(n) = 5^n + 5.

Original entry on oeis.org

6, 10, 30, 130, 630, 3130, 15630, 78130, 390630, 1953130, 9765630, 48828130, 244140630, 1220703130, 6103515630, 30517578130, 152587890630, 762939453130, 3814697265630, 19073486328130, 95367431640630, 476837158203130, 2384185791015630, 11920928955078130
Offset: 0

Views

Author

Vincenzo Librandi, Dec 25 2010

Keywords

Examples

			G.f. = 6 + 10*x + 30*x^2 + 130*x^3 + 630*x^4 + 3130*x^5 + 15630*x^6 + ... - _Michael Somos_, Jan 28 2019
		

Crossrefs

Programs

Formula

a(n) = 5*(a(n-1) - 4) with a(0) = 6.
G.f.: (6-26*x)/((1-5*x)*(1-x)). - R. J. Mathar, Jan 05 2011
a(n) = 6*a(n-1) - 5*a(n-2) for n > 1. - Vincenzo Librandi, Sep 30 2013
E.g.f.: exp(5*x) + 5*exp(x). - G. C. Greubel, Jan 27 2019
a(n) = A000351(n)+5 = A034474(n)+4 = A242328(n)+3 = A242329(n)+1. - Elmo R. Oliveira, Dec 06 2023