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.

A263757 Triangle read by rows: T(n,k) (n>=1, 0<=k

Original entry on oeis.org

1, 1, 1, 1, 2, 3, 1, 4, 7, 12, 1, 7, 17, 35, 60, 1, 12, 44, 93, 210, 360, 1, 20, 103, 275, 651, 1470, 2520, 1, 33, 234, 877, 2047, 5208, 11760, 20160, 1, 54, 533, 2544, 7173, 18423, 46872, 105840, 181440, 1, 88, 1196, 7135, 27085, 67545, 184230, 468720, 1058400, 1814400
Offset: 1

Views

Author

Christian Stump, Oct 25 2015

Keywords

Comments

Row sums give A000142, n >= 1.
Main diagonal gives A001710. - Alois P. Heinz, Sep 20 2016

Examples

			Triangle begins:
  1;
  1,  1;
  1,  2,  3;
  1,  4,  7, 12;
  1,  7, 17, 35,  60;
  1, 12, 44, 93, 210, 360;
  ...
		

Crossrefs

Formula

T(n,k) = A276837(n,k+1) - A276837(n,k). - Alois P. Heinz, Sep 20 2016

Extensions

More terms (rows n=7-10) from Alois P. Heinz, Sep 20 2016