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.

A233543 Triangle read by rows: T(n,k) = k!.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 1, 2, 6, 1, 1, 2, 6, 24, 1, 1, 2, 6, 24, 120, 1, 1, 2, 6, 24, 120, 720, 1, 1, 2, 6, 24, 120, 720, 5040, 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800
Offset: 0

Views

Author

Paul Curtz, Dec 12 2013

Keywords

Examples

			Triangle begins:
  1;
  1, 1;
  1, 1, 2;
  1, 1, 2, 6;
  1, 1, 2, 6, 24;
  1, 1, 2, 6, 24, 120;
  ...
		

Crossrefs

Row sums give A003422(n+1).

Programs

Formula

T(n,k) = A000142(k).