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.

A155642 9^n - 5^n + 1.

Original entry on oeis.org

1, 5, 57, 605, 5937, 55925, 515817, 4704845, 42656097, 385467365, 3477018777, 31332231485, 282185395857, 2540645125205, 22870688939337, 205860614516525, 1852867600961217, 16676418760213445, 150090820599733497
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 30 2009

Keywords

Programs

Formula

G.f.: 1/(1-9*x)-1/(1-5*x)+1/(1-x). E.g.f.: e^(9*x)-e^(5*x)+e^x.
a(n)=14*a(n-1)-45*a(n-2)+32 with a(0)=1, a(1)=5 [From Vincenzo Librandi, Jul 21 2010]