OFFSET
1,3
COMMENTS
All internal regions in the toothpick structure are squares and rectangles.
LINKS
EXAMPLE
For n = 5 in the toothpick structure after 2^5 stages we have that:
T(5,1) = 168 is the number of squares of size 1 X 1.
T(5,2) = 212 is the number of rectangles of size 1 X 2.
T(5,3) = 52 is the total number of squares of size 2 X 2 and of rectangles of size 1 X 4.
T(5,4) = 12 is the number of rectangles of size 2 X 4.
T(5,5) = 4 is the number of rectangles of size 2 X 8.
Triangle begins:
0;
0, 4;
8, 12, 4;
40, 52, 12, 4;
168, 212, 52, 12, 4;
680, 852, 212, 52, 12, 4;
2728, 3412, 852, 212, 52, 12, 4;
10920, 13652, 3412, 852, 212, 52, 12, 4;
43688, 54612, 13652, 3412, 852, 212, 52, 12, 4;
174760, 218452, 54612, 13652, 3412, 852, 212, 52, 12, 4;
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Omar E. Pol, Sep 18 2012
STATUS
approved
