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.

A155651 a(n) = 8^n-6^n+1^n.

Original entry on oeis.org

1, 3, 29, 297, 2801, 24993, 215489, 1817217, 15097601, 124140033, 1013275649, 8227137537, 66542694401, 536695119873, 4319682347009, 34714187104257, 278653866803201, 2234873154240513, 17912838552813569, 143505828335845377
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 31 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-8*x)-1/(1-6*x)+1/(1-x).
E.g.f.: e^(8*x)-e^(6*x)+e^x.
a(n)=14*a(n-1)-48*a(n-2)+35 with a(0)=1, a(1)=3. - Vincenzo Librandi, Jul 21 2010