OFFSET
1,1
COMMENTS
It is a representation of the "energy states" of "multiplex pair" notation of 3 quantum of objects in a juggling pattern.
0 = an empty site, or empty hand. 1 = one object resides in the site. 2 = two objects reside in the site.
LINKS
Eric W. Weisstein, Mathworld: Siteswap
MATHEMATICA
t = Select[Range[500], Total[IntegerDigits[#, 3]] == 3 &]; FromDigits /@ IntegerDigits[t, 3] (* T. D. Noe, Oct 19 2012 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Joshua S.M. Weiner, Oct 19 2012
STATUS
approved