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.

A016196 Expansion of 1/((1-10*x)*(1-12*x)).

Original entry on oeis.org

1, 22, 364, 5368, 74416, 992992, 12915904, 164990848, 2079890176, 25958682112, 321504185344, 3958050224128, 48496602689536, 591959232274432, 7203510787293184, 87442129447518208, 1059305553370218496, 12811666640442621952, 154739999685311463424, 1866879996223737561088
Offset: 0

Views

Author

Keywords

Programs

Formula

a(n) = 6*12^n - 5*10^n. - Bruno Berselli, Feb 09 2011
a(n) = 12*a(n-1) + 10^n, a(0)=1. - Vincenzo Librandi, Feb 09 2011
a(n) = 22*a(n-1) - 120*a(n-2); a(0)=1, a(1)=22. - Vincenzo Librandi, Feb 09 2011