A198809 Number of closed paths of length 11n whose steps are 11th roots of unity.
1, 39916800, 548828480360160000, 23934366266775567482880000000, 1746930746117010628955362040959500000000, 170878335353097656943918169452451079403744627916800, 20193738534370392855946567010492898163504440783192016158720000
Offset: 0
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..50
- Gilbert Labelle and Annie Lacasse, Closed paths whose steps are roots of unity, in FPSAC 2011, Reykjavik, Iceland DMTCS proc. AO, 2011, 599-610.
Programs
-
PARI
a(n) = (11*n)!/(n!)^11; \\ Andrew Howroyd, Nov 01 2018
Formula
a(n) = (11*n)!/(n!)^11. - Andrew Howroyd, Nov 01 2018
Extensions
Sequence redefined and a(2)-a(6) from Andrew Howroyd, Nov 01 2018
Comments