The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065178 Number of site swap patterns with 2 balls and exact period n. 6
1, 2, 6, 15, 42, 107, 294, 780, 2128, 5781, 15918, 43885, 122010, 340323, 954394, 2685930, 7588770, 21507696, 61144062, 174283887, 498012094, 1426213191, 4092816966, 11767176070, 33890202192, 97761428205, 282424564744 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
When interspersed with 0's, exponents in expansion of A065481 as a product zeta(n)^(-a(n)).
LINKS
Juggling Information Service, Site Swap FAQs
M. Macauley, Braids and Juggling patterns, Thesis (Harvey Mudd College) 2003, eq. (A1)
FORMULA
a(n) ~ 3^n/n. - Vaclav Kotesovec, Mar 05 2016
Inverse Euler transform of A133494. - Alois P. Heinz, Jun 23 2018
EXAMPLE
We have one period 1 (2), two period 2 (31/13 and 40/04) and six period three 2-ball siteswaps (312, 330, 411, 420, 501, 600) (The average of the digits is always 2).
MAPLE
[seq(DistSS(p, 2), p=1..60)];
A065178 := proc(n)
add( mobius(n/d)*(3^d-2^d), d=numtheory[divisors](n)) /n ;
end proc:
seq(A065178(n), n=1..30) ; # R. J. Mathar, Aug 05 2015
MATHEMATICA
a[n_] := DivisorSum[n, MoebiusMu[n/#] * (3^#-2^#)&] / n; Array[a, 30] (* Jean-François Alcover, Mar 05 2016, after R. J. Mathar *)
CROSSREFS
Row 2 of A065177. Cf. A065179, A065180, A065481.
Sequence in context: A362566 A280782 A307308 * A178936 A221744 A338861
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 19 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 12:14 EDT 2024. Contains 372540 sequences. (Running on oeis4.)