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.

A016174 Expansion of 1/((1-6*x)*(1-11*x)).

Original entry on oeis.org

1, 17, 223, 2669, 30655, 344981, 3841447, 42535853, 469573999, 5175391685, 56989774711, 627250318877, 6901930289983, 75934293883829, 835355596886215, 9189381750732941, 101086020367969807, 1111963150707112613, 12231696217734907159, 134549267754823989245, 1480045601461503944671, 16280523553027183769237
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A016129.

Programs

Formula

a(n) = (11^(n+1) - 6^(n+1))/5. - Lambert Klasen (lambert.klasen(AT)gmx.net), Feb 06 2005
a(n) = 11*a(n-1) + 6^n, a(0)=1. - Vincenzo Librandi, Feb 09 2011
E.g.f.: (1/5)*(11*exp(11*x) - 6*exp(6*x)). - G. C. Greubel, Nov 13 2024

Extensions

More terms added by G. C. Greubel, Nov 13 2024