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.

A155629 a(n) = 8^n - 4^n + 1.

Original entry on oeis.org

1, 5, 49, 449, 3841, 31745, 258049, 2080769, 16711681, 133955585, 1072693249, 8585740289, 68702699521, 549688705025, 4397778075649, 35183298347009, 281470681743361, 2251782633816065, 18014329790005249, 144114913197948929, 1152920405095219201, 9223367638808264705
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 30 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-8*x)-1/(1-4*x)+1/(1-x).
E.g.f.: exp(8*x)-exp(4*x)+exp(x).
a(n) = 12*a(n-1)-32*a(n-2)+21 with a(0) = 1, a(1) = 5. - Vincenzo Librandi, Jul 21 2010