OFFSET
0,8
COMMENTS
LINKS
John-Vincent Saddic, Java code to print the n-th row of the triangle
FORMULA
EXAMPLE
Triangle begins as:
0
1
1 0
1 1
1 2
1 0 0
1 0 1
1 0 2
1 0 3
1 1 0
PROG
(Java) See Links. Rows are printed with values concatenated. Values greater than 10 are represented between parentheses, e.g., row 100 is 113(10).
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
John-Vincent Saddic, Jul 14 2021
STATUS
approved