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.

A155655 a(n) = 8^n + 7^n - 1^n.

Original entry on oeis.org

1, 14, 112, 854, 6496, 49574, 379792, 2920694, 22542016, 174571334, 1356217072, 10567261334, 82560763936, 646644824294, 5076269583952, 39931933598774, 314707907280256, 2484430327672454, 19642812107392432, 155514083261229014
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 31 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-8*x)+1/(1-7*x)-1/(1-x).
E.g.f.: e^(8*x)+e^(7*x)-e^x.
a(n) = 15*a(n-1)-56*a(n-2)-42 with a(0)=1, a(1)=14. - Vincenzo Librandi, Jul 21 2010