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.

A016166 Expansion of 1/((1-5*x)*(1-12*x)).

Original entry on oeis.org

1, 17, 229, 2873, 35101, 424337, 5107669, 61370153, 736832461, 8843942657, 106137077509, 1273693758233, 15284569239421, 183416051576177, 2200998722429749, 26412015186735113, 316944334828711981, 3803332780883996897, 45639997185305228389, 547679985297149068793
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A016161.

Programs

Formula

G.f.: 1/((1-5*x)*(1-12*x)).
a(n) = (12^(n+1) - 5^(n+1))/7. - Bruno Berselli, Feb 09 2011
a(n) = 12*a(n-1) + 5^n, a(0)=1. - Vincenzo Librandi, Feb 09 2011
a(n) = 17*a(n-1) - 60*a(n-2), n > 1. - Wesley Ivan Hurt, Aug 28 2015
E.g.f.: (1/7)*(12*exp(12*x) - 5*exp(5*x)). - G. C. Greubel, Nov 10 2024