login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137207 Number of exceptional sets of roots of type D_n. Also the number of unordered factorizations of the Coxeter element. 0
12, 87, 584, 3835, 25008, 162792, 1060048, 6910695, 45119100, 295038315, 1932260256, 12673336052, 83236707232, 547388545740, 3604063891104, 23755630474079, 156740823815940, 1035157282013085, 6842413166034600 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

LINKS

F. Chapoton Cluster algebras

FORMULA

a(n) = (2*(n-1)/(2*n-1))*binomial(3*n-3,n-1)-binomial(3*n-5,n-2)+4*binomial(3*n-3,n-3)

a(n) = (16*n^2-41*n+24)/(n*(2*n-1))*binomial(3*n-5,n-2)

EXAMPLE

a(3)=12 because D3 is the same as A3.

PROG

modu_NC_D:=proc(n) begin (16*n*n-41*n+24)/n/(2*n-1)*binomial(3*n-5, n-2) end;

CROSSREFS

Cf. A001764, A045721.

Sequence in context: A046023 A183721 A180797 * A206765 A082814 A178257

Adjacent sequences:  A137204 A137205 A137206 * A137208 A137209 A137210

KEYWORD

nonn

AUTHOR

F. Chapoton (fchapoton(AT)voila.fr), Mar 05 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:37 EST 2012. Contains 205679 sequences.