Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065177
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065177 Table M(n,b) (columns: n >= 1, rows: b >= 0) gives the number of site swap juggling patterns with exact period n, using exactly b balls, where cyclic shifts are not counted as distinct. +0
6
1, 0, 1, 0, 1, 1, 0, 2, 2, 1, 0, 3, 6, 3, 1, 0, 6, 15, 12, 4, 1, 0, 9, 42, 42, 20, 5, 1, 0, 18, 107, 156, 90, 30, 6, 1, 0, 30, 294, 554, 420, 165, 42, 7, 1, 0, 56, 780, 2028, 1910, 930, 273, 56, 8, 1, 0, 99, 2128, 7350, 8820, 5155, 1806, 420, 72, 9, 1, 0, 186, 5781, 26936 (list; table; graph; listen)
OFFSET

0,8

LINKS

Joe Buhler and Ron Graham, Juggling Drops and Descents, Amer. Math. Monthly, 101, (no. 6) 1994, 507 - 519.

Juggling Information Service, Site Swap FAQs

MAPLE

[seq(DistSS_table(j), j=0..119)]; DistSS_table := (n) -> DistSS((((trinv(n)-1)*(((1/2)*trinv(n))+1))-n)+1, (n-((trinv(n)*(trinv(n)-1))/2)));

with(numtheory); DistSS := proc(n, b) local d, s; s := 0; for d in divisors(n) do s := s+mobius(n/d)*((b+1)^d - b^d); od; RETURN(s/n); end;

CROSSREFS

Row 1: A059966, row 2: A065178, row 3: A065179, row 4: A065180. Column 1: A002378, column 2: A059270. Cf. also A065167. trinv given at A054425.

Sequence in context: A063250 A107424 A155161 this_sequence A064044 A144912 A145337

Adjacent sequences: A065174 A065175 A065176 this_sequence A065178 A065179 A065180

KEYWORD

nonn,tabl

AUTHOR

Antti Karttunen Oct 19 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research