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.

A155666 a(n) = 9^n - 8^n + 1.

Original entry on oeis.org

1, 2, 18, 218, 2466, 26282, 269298, 2685818, 26269506, 253202762, 2413042578, 22791125018, 213710059746, 1992110014442, 18478745943858, 170706760005818, 1571545212141186, 14425381885981322, 132080236787517138, 1206736529597136218, 11004743954450081826, 100195617094657583402
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 31 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-9*x)-1/(1-8*x)+1/(1-x).
E.g.f.: exp(9*x)-exp(8*x)+exp(x).
a(n) = 17*a(n-1)-72*a(n-2)+56 with a(0) = 1, a(1) = 2. - Vincenzo Librandi, Jul 21 2010