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.

A065747 Triangle of Gandhi polynomial coefficients.

Original entry on oeis.org

1, 1, 3, 3, 7, 30, 51, 42, 15, 145, 753, 1656, 1995, 1410, 567, 105, 6631, 39048, 100704, 149394, 140475, 86562, 34566, 8316, 945, 566641, 3656439, 10546413, 17972598, 20133921, 15581349, 8493555, 3246642, 841239, 135135, 10395
Offset: 1

Views

Author

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

Keywords

Comments

First column is A064624.

Examples

			Triangle starts
1;
1, 3, 3;
7, 30, 51, 42, 15;
145, 753, 1656, 1995, 1410, 567, 105;
6631 ...
		

Crossrefs

Formula

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