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!)
A111276 Number of chiral non-crossing partition patterns of n points on a circle, divided by 2. 0
0, 0, 0, 0, 0, 4, 14, 60, 210, 728, 2442, 8252, 27716, 93924, 319964, 1098900, 3800928, 13244836, 46460738, 164015272, 582353976, 2078812492 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
Half of the number of those rotation-inequivalent patterns of non-crossing partitions of n (equally spaced) points on a circle which are not invariant under reflections. Division by two counts one pattern from each chiral (Right-handed,Left-handed) pair.
LINKS
D. Callan and L. Smiley, Non-crossing Partitions under Rotation and Reflection, arXiv:math/0510447 [math.CO], 2005.
L. Smiley, a(5) = 0
L. Smiley, a(6)=8/2=4
FORMULA
a(n) = (A054357(n) - A001405(n))/2.
MATHEMATICA
a[n_] := If[n < 6, 0, ((Binomial[2n, n]/(n+1) + DivisorSum[n, Binomial[2#, #] EulerPhi[n/#] Boole[# < n]&])/n - Binomial[n, Floor[n/2]])/2];
Array[a, 22] (* Jean-François Alcover, Feb 17 2019 *)
CROSSREFS
Sequence in context: A307488 A351634 A241706 * A149493 A299926 A307399
KEYWORD
nonn,more
AUTHOR
David Callan and Len Smiley, Oct 21 2005
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 June 6 15:29 EDT 2024. Contains 373131 sequences. (Running on oeis4.)