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.

A155633 6^n+5^n-1.

Original entry on oeis.org

1, 10, 60, 340, 1920, 10900, 62280, 358060, 2070240, 12030820, 70231800, 411625180, 2420922960, 14281397140, 84467679720, 500702562700, 2973697798080, 17689598897860, 105374653934040, 628433226338620
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 30 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-6*x)+1/(1-5*x)-1/(1-x). E.g.f.: e^(6*x)+e^(5*x)-e^x.
a(n)=11*a(n-1)-30*a(n-2)-20 with a(0)=1, a(1)=10 - Vincenzo Librandi, Jul 21 2010