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.

A155613 8^n - 3^n + 1.

Original entry on oeis.org

1, 6, 56, 486, 4016, 32526, 261416, 2094966, 16770656, 134198046, 1073682776, 8589757446, 68718945296, 549754219566, 4398041728136, 35184357739926, 281474933663936, 2251799684545086, 18014398122061496, 144115186913594406
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 26 2009

Keywords

Crossrefs

Programs

Formula

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