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.

A016184 Expansion of 1/((1-7x)(1-12x)).

Original entry on oeis.org

1, 19, 277, 3667, 46405, 573667, 7001653, 84843379, 1023885349, 12326977795, 148206208789, 1780451832211, 21379263273733, 256648048295203, 3080454802615285, 36970205192893363, 443675695245289957
Offset: 0

Views

Author

Keywords

Programs

Formula

a(n) = (12^(n+1) - 7^(n+1))/5. - Lambert Klasen (lambert.klasen(AT)gmx.net), Feb 06 2005
a(n) = 12*a(n-1) + 7^n, a(0)=1. - Vincenzo Librandi, Feb 09 2011
a(n) = 19*a(n-1) - 84*a(n-2), a(0)=1, a(1)=19. - Vincenzo Librandi, Feb 09 2011