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.

A165231 a(0)=1, a(1)=8, a(n)=16*a(n-1)-8*a(n-2) for n>1 .

Original entry on oeis.org

1, 8, 120, 1856, 28736, 444928, 6888960, 106663936, 1651511296, 25570869248, 395921817600, 6130182127616, 94915539501056, 1469607174995968, 22754390483927040, 352313390342864896, 5454979121614422016
Offset: 0

Views

Author

Philippe Deléham, Sep 09 2009

Keywords

Programs

  • Mathematica
    LinearRecurrence[{16,-8},{1,8},30] (* Harvey P. Dale, Jul 04 2011 *)

Formula

G.f.: (1-8*x)/(1-16*x+8x^2) .