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.

A155603 a(n) = 5^n+3^n-1.

Original entry on oeis.org

1, 7, 33, 151, 705, 3367, 16353, 80311, 397185, 1972807, 9824673, 49005271, 244672065, 1222297447, 6108298593, 30531927031, 152630937345, 763068593287, 3815084686113, 19074648589591, 95370918425025, 476847618556327
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 25 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-5*x)+1/(1-3*x)-1/(1-x).
E.g.f.: e^(5*x)+e^(3*x)-e^x.
a(n) = 8*a(n-1)-15*a(n-2)-8 with a(0)=1, a(1)=7. - Vincenzo Librandi, Jul 21 2010
a(n) = A074606(n)-1. - R. J. Mathar, Mar 10 2022