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.

A136579 Triangle read by rows: A128174 * A136572.

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, Jan 09 2008

Keywords

Comments

Row sums = A136580: 1, 1, 3, 7, 27, 127, ...

Examples

			First few rows of the triangle:
  1;
  0, 1;
  1, 0, 2;
  0, 1, 0, 6;
  1, 0, 2, 0, 24;
  0, 1, 0, 6,  0, 120;
  1, 0, 2, 0, 24,   0, 720;
  ...
		

Crossrefs

Formula

A128174 * A136572 Triangle, even rows = even n! interspersed with zeros. Odd n rows, = odd n! interspersed with zeros.
T(2*i,2*k) = (2*k)! = A010050(k). T(2*i+1,2*k+1) = (2*k+1)! = A009445(k). - R. J. Mathar, Jun 04 2021