OFFSET
0,20
COMMENTS
Row sums: 0,1,1,2,3,5,8,13,..., the Fibonacci numbers (A000045).
REFERENCES
Clark Kimberling, Binary words with restricted repetitions and associated compositions of integers, in Applications of Fibonacci Numbers, vol.10, Proceedings of the Eleventh International Conference on Fibonacci Numbers and Their Applications, William Webb, editor, Congressus Numerantium, Winnipeg, Manitoba 194 (2009) 141-151.
FORMULA
T(n, k)=t(n, n, n+1-k), where t is the array given by A078807.
EXAMPLE
T(6,2) counts the words 101000 and 100010. Top of triangle:
0 = T(0,0)
0 1 = T(1,0) T(1,1)
0 1 0 = T(2,0) T(2,1) T(2,2)
0 0 1 1
0 1 1 1 0
0 0 1 1 2 1
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Clark Kimberling, Dec 07 2002
STATUS
approved