OFFSET
0,4
COMMENTS
See A321620 for the definition of the Riordan square.
EXAMPLE
Triangle starts:
[0] 1;
[1] 1, 1;
[2] 2, 3, 1;
[3] 4, 8, 5, 1;
[4] 8, 20, 18, 7, 1;
[5] 15, 47, 56, 32, 9, 1;
[6] 29, 107, 158, 120, 50, 11, 1;
[7] 56, 238, 419, 397, 220, 72, 13, 1;
[8] 108, 520, 1063, 1207, 836, 364, 98, 15, 1;
[9] 208, 1120, 2608, 3452, 2871, 1563, 560, 128, 17, 1.
MAPLE
# The function RiordanSquare is defined in A321620.
RiordanSquare(1/(1 - x - x^2 - x^3 - x^4), 10);
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, Apr 29 2022
STATUS
approved