OFFSET
1,2
EXAMPLE
The triangle begins
1;
2;
3,3;
5,5,5,4,4,4;
6,6,6,6,6,7,7,7,7,7,8,8,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11;
38,38,38,38,38,38,...,13,12,12,12,12,12,12,12,12,12,12,12;
From row 4 [5,5,5,4,4,4] which was filled from right to left we fill row 4
from left to right with (5) times a 6 and (5) times a 7, (5) times an 8, (4)
times a 9, (4) times a 10 and (4) times an 11.
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Floor van Lamoen and Paul D. Hanna, Nov 08 2005
STATUS
approved