A060349 a(n) = n^(n+2)*(n^2 - 1)*(n+3)*(n+2)*(5*n - 7)/5760.
81, 5824, 328125, 16901136, 847425747, 42630905856, 2186213819427, 115293750000000, 6283133610195442, 354769407810994176, 20781472563720847342, 1263485180096661430272, 79727340621643066406250, 5219469342167970210643968, 354305349685394263423480746
Offset: 3
Keywords
References
- B. Shapiro, M. Shapiro and A. Vainshtein, Ramified coverings of S^2 with one degenerate branching point and enumeration of edge-ordered graphs, Amer. Math. Soc. Transl., Vol. 180 (1997), pp. 219-227.
Links
- Harry J. Smith, Table of n, a(n) for n = 3..200
Programs
-
Mathematica
Table[(n^(n+2) (n^2-1)(n+3)(n+2)(5n-7))/5760,{n,3,20}] (* Harvey P. Dale, Jan 10 2013 *)
-
PARI
{ for (n=3, 200, write("b060349.txt", n, " ", n^(n + 2)*(n^2 - 1)*(n + 3)*(n + 2)*(5*n - 7)/5760); ) } \\ Harry J. Smith, Jul 04 2009
Comments