This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A060348 #7 Jul 03 2018 21:19:17 %S A060348 9,160,3125,68040,1647086,44040192,1291401630,41250000000, %T A060348 1426558353055,53125098504192,2120125746145771,90285055457658880, %U A060348 4087009643554687500,195996655783163985920,9926883142636041170124,529537075346699234869248 %N A060348 a(n) = n^n * (n^2 - 1)/24. %C A060348 For n >= 3, a(n) is the number of nonequivalent primitive meromorphic functions with one pole of order n on a Riemann surface of genus 1. %D A060348 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. %H A060348 Harry J. Smith, <a href="/A060348/b060348.txt">Table of n, a(n) for n = 3..200</a> %o A060348 (PARI) { for (n=3, 200, write("b060348.txt", n, " ", n^n * (n^2 - 1)/24); ) } \\ _Harry J. Smith_, Jul 04 2009 %Y A060348 Cf. A007830, A060349. %K A060348 nonn %O A060348 3,1 %A A060348 Noam Katz (noamkj(AT)hotmail.com), Mar 30 2001