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.

A220905 Triangle read by rows: rook numbers of certain "probleme des rencontres" boards of the second kind of size n X k (0 <= k <= n).

Original entry on oeis.org

1, 1, 0, 1, 2, 0, 1, 6, 6, 2, 1, 24, 132, 176, 24, 1, 60, 960, 4580, 5040, 552, 1, 120, 4260, 52960, 213000, 206592, 21280, 1, 210, 14070, 368830, 3762360, 13109712, 11404960, 1073160
Offset: 0

Views

Author

N. J. A. Sloane, Jan 02 2013

Keywords

Comments

Rows 0 through 2 were not given in the reference and should be checked. (There is a Maple program in the Appendix).
What are the row sums?

Examples

			Triangle begins:
  1
  1,   0
  1,   2,     0
  1,   6,     6,      2
  1,  24,   132,    176,      24
  1,  60,   960,   4580,    5040,      552
  1, 120,  4260,  52960,  213000,   206592,    21280
  1, 210, 14070, 368830, 3762360, 13109712, 11404960, 1073160
  ...
		

Crossrefs

Right-hand diagonal is A000186.