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.

A065748 Triangle of Gandhi polynomial coefficients.

Original entry on oeis.org

1, 1, 4, 6, 4, 15, 88, 220, 304, 250, 120, 28, 1025, 7308, 23234, 43420, 52880, 43880, 25088, 9680, 2340, 280, 209135, 1691024, 6237520, 13911400, 20956610, 22549360, 17853780, 10541440, 4639740, 1498280, 341000, 49920, 3640, 100482849
Offset: 1

Views

Author

Mike Domaratzki (mdomaratzki(AT)alumni.uwaterloo.ca), Nov 16 2001

Keywords

Comments

First column is A064625.

Examples

			Triangle starts
1;
1,4,6,4;
15,88,220,304,250,120,28;
1025,...
		

Crossrefs

Formula

Let B(X, n) = X^4 (B(X+1, n-1) - B(X, n-1)), B(X, 1) = X^4; then the (i, j)-th entry in the table is the coefficient of X^(5+j) in B(X, i).