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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A159557 Number of elements in the mutation class of any quiver of type D_n. 1
4, 6, 26, 80, 246, 810, 2704, 9252, 32066, 112720, 400024, 1432860, 5170604, 18784170, 68635478, 252088496, 930138522, 3446167860, 12815663844, 47820447028, 178987624514, 671825133648, 2528212128776, 9536895064400 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

COMMENTS

Table 1, p.15 of Buan, et al.

LINKS

Aslak Bakke Buan, Hermund Andre' Torkildsen, The number of elements in the mutation class of a quiver of type D_n, version 2, Apr 14, 2009.

FORMULA

a(n) = 6 if n = 4; a(n) = SUM[d|n] (phi(n/d))C(2d,d)/(2n) where phi is the Euler function, when n>4. For n>4 a(n) = SUM[d|n] A000010(n/d)*A000984(d)/(2*n)

MAPLE

A159557 := proc(n) if n = 3 then 4; elif n = 4 then 6; else add( numtheory[phi](n/d)*binomial(2*d, d), d=numtheory[divisors](n))/2/n ; fi; end: seq(A159557(n), n=3..40) ; [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 16 2009]

CROSSREFS

Cf. A000010, A000984.

Sequence in context: A024471 A075277 A192874 * A176756 A054094 A123873

Adjacent sequences:  A159554 A159555 A159556 * A159558 A159559 A159560

KEYWORD

nonn,uned

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Apr 15 2009

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 16 2009

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 23:53 EST 2012. Contains 205689 sequences.