OFFSET
0,4
COMMENTS
This triangle appears on page 9 of the linked reference and is defined by Corollary 2.4.
A number triangle with repeated columns of A064189. Production matrix is A070909 (without first term). - Philippe Deléham, Dec 02 2009
LINKS
J. L. Arregui, Tangent and Bernoulli numbers related to Motzkin and Catalan numbers by means of numerical triangles.
FORMULA
T(n, 0) = Sum_{k=0..n-1} T(n-1, k). For k even, 0 < k <= n, T(n, k) = Sum_{j=k-1..n-1} T(n-1, j). For k odd, 0 < k <= n, T(n, k) = T(n-1, k-1). - David Wasserman, Jul 15 2002
EXAMPLE
Triangle begins
1;
1, 1;
2, 1, 1;
4, 2, 2, 1; ...
CROSSREFS
KEYWORD
AUTHOR
N. J. A. Sloane, Sep 21 2001
EXTENSIONS
More terms from David Wasserman, Jul 15 2002
STATUS
approved