OFFSET
1,3
EXAMPLE
The main triangle begins:
1,
1,2,2,2,3,2,1,2,2,1,
1,2,2,3,3,3,3,4,4,3,3,4,5,4,3,2,3,4,4,3,2,1,2,3,3,3,2,1,
1,2,2,3,3,3,4,4,4,4,4,5,5,5,4,4,5,6,6,5,4,4,5,6,7,6,5,4,3,4,5,6,6,5,4,3,...
In which row 1 contains a vertex, only:
1
Row 2 contains the triangle:
1
2,2
2,3,2
1,2,2,1
Row 3 contains the triangle:
1
2,2
3,3,3
3,4,4,3
3,4,5,4,3
2,3,4,4,3,2
1,2,3,3,3,2,1
Row 4 contains the triangle:
1
2,2
3,3,3
4,4,4,4
4,5,5,5,4
4,5,6,6,5,4
4,5,6,7,6,5,4
3,4,5,6,6,5,4,3
2,3,4,5,5,5,4,3,2
1,2,3,4,4,4,4,3,2,1
Row 5 contains the triangle:
1
2,2
3,3,3
4,4,4,4
5,5,5,5,5
5,6,6,6,6,5
5,6,7,7,7,6,5
5,6,7,8,8,7,6,5
5,6,7,8,9,8,7,6,5
4,5,6,7,8,8,7,6,5,4
3,4,5,6,7,7,7,6,5,4,3
2,3,4,5,6,6,6,6,5,4,3,2
1,2,3,4,5,5,5,5,5,4,3,2,1
And so on...
CROSSREFS
KEYWORD
easy,nonn,tabf
AUTHOR
Omar E. Pol, Nov 09 2009
STATUS
approved