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.

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

Original entry on oeis.org

1, 2, 16, 170, 1696, 15962, 144496, 1273610, 11012416, 93864122, 791266576, 6612607850, 54878189536, 452866803482, 3719823438256, 30436810578890, 248242046141056, 2019169299698042, 16385984911571536, 132716292890482730, 1073129238309234976, 8664826172771491802
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.: exp(8*x)-exp(7*x)+exp(x).
a(n) = 15*a(n-1)-56*a(n-2)+42 with a(0) = 1, a(1) = 2. - Vincenzo Librandi, Jul 21 2010