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.

A134249 Triangle read by rows, taken from the lower triangular matrix (M * A000012 + A000012 * M) - A000012; where M = lower triangular matrix with (1,1,1,...) in the main diagonal and the triangular numbers in the subdiagonal and A000012 = (1; 1,1; 1,1,1; ...).

Original entry on oeis.org

1, 3, 1, 5, 7, 1, 8, 10, 13, 1, 12, 14, 17, 21, 1, 17, 19, 22, 26, 31, 1, 23, 25, 28, 32, 37, 43, 1, 30, 32, 35, 39, 44, 50, 57, 1, 38, 40, 43, 47, 52, 58, 65, 73, 1, 47, 49, 52, 56, 61, 67, 74, 82, 91, 1
Offset: 1

Views

Author

Gary W. Adamson, Oct 15 2007

Keywords

Comments

Row sums = A037235: (1, 4, 13, 32, 65, 116, ...). Left column = A134250: (1, 3, 5, 8, 12, 17, 23, ...).

Examples

			First few rows of the triangle:
   1;
   3,  1;
   5,  7,  1;
   8, 10, 13,  1;
  12, 14, 17, 21,  1;
  17, 19, 22, 26, 31,  1;
  23, 25, 28, 32, 37, 43,  1;
  ...
		

Crossrefs

Extensions

Edited by N. J. A. Sloane, Nov 01 2009