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.

A016175 Expansion of 1/((1-6*x)*(1-12*x)).

Original entry on oeis.org

1, 18, 252, 3240, 40176, 489888, 5925312, 71383680, 858283776, 10309483008, 123774262272, 1485653944320, 17830024114176, 213973350064128, 2567758564933632, 30813572964188160, 369765696680165376, 4437205286821429248, 53246565001813819392, 638959389381505843200, 7667516328736510181376, 92010217881788762554368
Offset: 0

Views

Author

Keywords

Crossrefs

Second column of triangle A075501.

Programs

Formula

a(n) = (6^n)*Stirling2(n+2, 2), n >= 0, with Stirling2(n, m) = A008277(n, m).
a(n) = 2*12^n - 6^n.
E.g.f.: (d^2/dx^2)((((exp(6*x)-1)/6)^2)/2!) = -exp(6*x) + 2*exp(12*x).
a(n) = 3^n*binomial(2^(n+1), 2). - Al Hakanson (hawkuu(AT)gmail.com), Jan 07 2009
a(n) = 12*a(n-1) + 6^n, n >= 1. - Vincenzo Librandi, Feb 09 2011
a(n) = 18*a(n-1) - 72*a(n-2), n >= 2. - Vincenzo Librandi, Feb 09 2011

Extensions

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