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.

A086604 2^(n-3)n(9n^2-9n+4).

Original entry on oeis.org

0, 1, 22, 174, 896, 3680, 13152, 42784, 130048, 375552, 1041920, 2799104, 7323648, 18743296, 47079424, 116367360, 283639808, 682950656, 1626734592, 3837657088, 8975810560, 20831010816, 48005906432, 109926416384, 250248953856
Offset: 0

Views

Author

Paul Barry, Jul 23 2003

Keywords

Programs

  • Mathematica
    LinearRecurrence[{8,-24,32,-16},{0,1,22,174},30] (* Harvey P. Dale, May 08 2017 *)

Formula

Inverse binomial transform of A086603. Binomial transform of A086605.
G.f.: x*(1+14*x+22*x^2) / (2*x-1)^4 . - R. J. Mathar, Nov 27 2014