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.

A155649 a(n) = 11^n+6^n-1^n.

Original entry on oeis.org

1, 16, 156, 1546, 15936, 168826, 1818216, 19767106, 216038496, 2368025386, 25997890776, 285674467666, 3140605159056, 34535772837946, 379828197747336, 4177718354400226, 45952550973479616, 505463955158738506
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 31 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-11*x)+1/(1-6*x)-1/(1-x).
E.g.f.: e^(11*x)+e^(6*x)-e^x.
a(n) = 17*a(n-1)-66*a(n-2)-50 with a(0)=1, a(1)=16 - Vincenzo Librandi, Jul 21 2010