A198807 Number of closed paths of length 13n whose steps are 13th roots of unity.
1, 6227020800, 49229914688306352000000, 1561776277448122046153927884800000000, 92024242230271040357108320801872044844750000000000, 7708574168669332219803079339976372645861971547841327593737420800
Offset: 0
Keywords
Links
- 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) = (13*n)!/(n!)^13; \\ Andrew Howroyd, Nov 01 2018
Formula
a(n) = (13*n)!/(n!)^13. - Andrew Howroyd, Nov 01 2018
Extensions
Sequence redefined and a(2)-a(5) from Andrew Howroyd, Nov 01 2018
Comments