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.

A134576 A127733 * A051731.

Original entry on oeis.org

1, 4, 4, 9, 0, 9, 16, 16, 0, 16, 25, 0, 0, 0, 25, 36, 36, 36, 0, 0, 36, 49, 0, 0, 0, 0, 0, 49, 64, 64, 0, 64, 0, 0, 0, 64, 81, 0, 81, 0, 0, 0, 0, 0, 81, 100, 100, 0, 0, 100, 0, 0, 0, 0, 100
Offset: 1

Views

Author

Gary W. Adamson, Nov 02 2007

Keywords

Comments

Row sums = A034714: (1, 8, 18, 48, 50, 144, ...).

Examples

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

Crossrefs

Formula

A127733 * A051731 as infinite lower triangular matrices.
Triangle read by rows: replace 1's in n-th row of A051731 with n^2.