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.

A146084 Expansion of 1/(1-x(1-12x)).

Original entry on oeis.org

1, 1, -11, -23, 109, 385, -923, -5543, 5533, 72049, 5653, -858935, -926771, 9380449, 20501701, -92063687, -338084099, 766680145, 4823689333, -4376472407, -62260744403, -9743075519, 737385857317, 854302763545, -7994327524259
Offset: 0

Views

Author

Philippe Deléham, Oct 27 2008

Keywords

Comments

Row sums of Riordan array (1,x(1-12x)).

Crossrefs

Programs

Formula

a(n) = a(n-1)-12*a(n-2), a(0)=1, a(1)=1.
a(n) = Sum_{k, 0<=k<=n} A109466(n,k)*12^(n-k).