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.

A146882 a(n) = 5*(4^(n+1) - 1)/3.

Original entry on oeis.org

5, 25, 105, 425, 1705, 6825, 27305, 109225, 436905, 1747625, 6990505, 27962025, 111848105, 447392425, 1789569705, 7158278825, 28633115305, 114532461225, 458129844905, 1832519379625, 7330077518505, 29320310074025
Offset: 0

Views

Author

Roger L. Bagula, Nov 02 2008

Keywords

Crossrefs

Programs

Formula

a(n) = 5*A002450(n+1).
G.f.: 5 / ( (1-x)*(1-4*x) ). - R. J. Mathar, Jun 26 2011
From G. C. Greubel, Oct 12 2022: (Start)
a(n) = (5/3)*A000051(n+1)*A000225(n+1).
E.g.f.: (5/3)*(4*exp(4*x) - exp(x)). (End)