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.

A127733 Square of A127648 = Triangle read by rows, n^2 preceded by (n-1) zeros.

Original entry on oeis.org

1, 0, 4, 0, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 49
Offset: 1

Views

Author

Gary W. Adamson, Jan 26 2007

Keywords

Examples

			First few rows of the triangle are:
1;
0, 4;
0, 0, 9;
0, 0, 0, 16;
0, 0, 0, 0, 25;
...
		

Crossrefs

Cf. A127648.