OFFSET
1,4
COMMENTS
From Omar E. Pol, May 08 2021: (Start)
Row n has length A000217(n).
Row sums give A000292, n >= 1.
Row n lists the terms of the n-th row A333516 in nondecreasing order.
(End)
EXAMPLE
From Omar E. Pol, May 08 2021: (Start)
Triangle begins:
1;
1, 1, 2;
1, 1, 1, 2, 2, 3;
1, 1, 1, 1, 2, 2, 2, 3, 3, 4;
1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5;
1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 5, 5, 6;
...
(End)
MATHEMATICA
Flatten@Array[Table[Table[k, #-k+1], {k, #}]&, 10] (* Giorgos Kalogeropoulos, Jun 08 2021 *)
CROSSREFS
KEYWORD
base,easy,tabf,nonn
AUTHOR
Amarnath Murthy, Aug 09 2005
EXTENSIONS
Name clarified by Omar E. Pol, Jun 08 2021
STATUS
approved