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.

A165152 a(n) = (3*12^n - 8^n)/2.

Original entry on oeis.org

1, 14, 184, 2336, 29056, 356864, 4347904, 52699136, 636583936, 7672561664, 92339175424, 1110217588736, 13339790934016, 160214930161664, 1923678673567744, 23092940175835136, 277185650854199296, 3326790760203812864, 39925992722073124864, 479147941461896462336
Offset: 0

Views

Author

Klaus Brockhaus, Sep 15 2009

Keywords

Comments

Binomial transform of A165151. Sixth binomial transform of A016129. Tenth binomial transform of A056450.

Crossrefs

Programs

Formula

a(n) = 20*a(n-1) - 96*a(n-2) for n > 1; a(0) = 1, a(1) = 14.
G.f.: (1 - 6*x)/((1 - 8*x)*(1 - 12*x)).
E.g.f.: exp(8*x)*(3*exp(4*x) - 1)/2. - Stefano Spezia, Mar 30 2023