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.

A131875 Triangle, A000012 * A131844 as infinite lower triangular matrices.

Original entry on oeis.org

1, 5, 4, 12, 5, 7, 22, 6, 8, 10, 35, 7, 9, 11, 13, 51, 8, 10, 12, 14, 16, 70, 9, 11, 13, 15, 17, 19, 92, 10, 12, 14, 16, 18, 20, 22, 117, 11, 13, 15, 17, 19, 21, 23, 25, 145, 12, 14, 16, 18, 20, 22, 24, 26, 28
Offset: 0

Views

Author

Gary W. Adamson, Jul 22 2007

Keywords

Comments

Left column = pentagonal numbers, A000326: (1, 5, 12, 22, ...).
Row sums = A001106: (1, 9, 24, 46, 75, 111, ...).

Examples

			First few rows of the triangle:
   1;
   5,  4;
  12,  5,  7;
  22,  6,  8, 10;
  35,  7,  9, 11, 13;
  51,  8, 10, 12, 14, 16;
  70,  9, 11, 13, 15, 17, 19;
  92, 10, 12, 14, 16, 18, 20, 22;
  ...
		

Crossrefs