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.

A155639 a(n) = 6^n-5^n+1^n.

Original entry on oeis.org

1, 2, 12, 92, 672, 4652, 31032, 201812, 1288992, 8124572, 50700552, 313968932, 1932641712, 11839990892, 72260648472, 439667406452, 2668522016832, 16163719991612, 97745259402792, 590286253682372, 3560791008422352
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)=2. - Vincenzo Librandi, Jul 21 2010