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.

A016211 Expansion of 1/((1-x)(1-3x)(1-6x)).

Original entry on oeis.org

1, 10, 73, 478, 2989, 18298, 110881, 668566, 4021237, 24156946, 145030249, 870447214, 5223480445, 31343274154, 188066819377, 1128422439622, 6770599207813, 40623788957122, 243743314873465
Offset: 0

Views

Author

Keywords

Programs

Formula

a(n) = 9*a(n-1) - 18*a(n-2) + 1. - Vincenzo Librandi, Feb 10 2011
a(n) = 2*6^(n+1)/5 - 3^(n+1)/2 + 1/10. - R. J. Mathar, Feb 10 2011
a(n) = Sum_{k=0...n} 2^(k-1)*(3^(n+1) - 3^k). - J. M. Bergot, Feb 06 2018