OFFSET
0,1
LINKS
Y. Moshe, The density of 0's in recurrence double sequences, J. Number Theory, 103 (2003), 109-121; see Fig. 1.
Y. Moshe, The distribution of elements in automatic double sequences, Discr. Math., 297 (2005), 91-103.
FORMULA
The negative of Pascal's triangle read mod 3.
EXAMPLE
2; 2,2; 2,1,2; 2,0,0,2; ...
MATHEMATICA
-Mod[ Flatten[ Table[ Binomial[n, k], {n, 0, 13}, {k, 0, n}]], -3] (* Robert G. Wilson v, Jan 19 2004 *)
CROSSREFS
KEYWORD
AUTHOR
N. J. A. Sloane, Jan 19 2004
EXTENSIONS
Extended by Robert G. Wilson v, Jan 19 2004
STATUS
approved