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.

A016162 Expansion of 1/((1-5*x)*(1-8*x)).

Original entry on oeis.org

1, 13, 129, 1157, 9881, 82173, 673009, 5462197, 44088201, 354658733, 2847035489, 22825112037, 182845036921, 1463980998493, 11717951503569, 93774129606677, 750345624744041, 6003527937405453, 48032038196509249
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A016161.

Programs

Formula

a(n) = (8^(n+1) - 5^(n+1))/3. - Lambert Klasen (lambert.klasen(AT)gmx.net), Feb 05 2005
a(0)=1, a(n) = 8*a(n-1) + 5^n. - Vincenzo Librandi, Feb 09 2011
a(0)=1, a(1)=13, a(n) = 13*a(n-1) - 40*a(n-2). - Harvey P. Dale, Feb 02 2015
E.g.f.: (1/3)*(-5*exp(5*x) + 8*exp(8*x)). - G. C. Greubel, Nov 09 2024