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.

A128077 A128064 * A002260.

Original entry on oeis.org

1, 1, 4, 1, 2, 9, 1, 2, 3, 16, 1, 2, 3, 4, 25, 1, 2, 3, 4, 5, 36, 1, 2, 3, 4, 5, 6, 49, 1, 2, 3, 4, 5, 6, 7, 64
Offset: 1

Views

Author

Gary W. Adamson, Feb 14 2007

Keywords

Comments

Row sums = the pentagonal numbers, A000326: 1, 5, 12, 22, 35, 51, ...

Examples

			First few rows of the triangle:
  1;
  1, 4;
  1, 2, 9;
  1, 2, 3, 16;
  1, 2, 3,  4, 25;
  ...
		

Crossrefs

Formula

A128064 * A002260 as infinite lower triangular matrices. Triangle read by rows, a(1) = 1; n-th row = first (n-1) terms of (1, 2, 3, ...) followed by n^2.