login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A136579
Triangle read by rows: A128174 * A136572.
3
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,6
COMMENTS
Row sums = A136580: 1, 1, 3, 7, 27, 127, ...
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
EXAMPLE
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
KEYWORD
nonn,easy,tabl
AUTHOR
Gary W. Adamson, Jan 09 2008
STATUS
approved