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.

A081912 a(n) = 6^n*(n^2 - n + 72)/72.

Original entry on oeis.org

1, 6, 37, 234, 1512, 9936, 66096, 443232, 2985984, 20155392, 136048896, 917070336, 6167549952, 41358864384, 276451356672, 1841557856256, 12224809598976, 80871817347072, 533189772509184, 3503818505060352, 22952550207062016
Offset: 0

Views

Author

Paul Barry, Mar 31 2003

Keywords

Comments

Binomial transform of A081911 6th binomial transform of (1,0,1,0,0,0,...). Case k=6 where a(n,k) = k^n*(n^2 - n + 2k^2)/(2k^2) with g.f. (1 - 2kx + (k^2+1)x^2)/(1-kx)^3.

Programs

Formula

a(n) = 6^n*(n^2 - n + 72)/72.
G.f.: (1 - 12x + 37x^2)/(1-6x)^3.