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 A006408 M3672 #21 Apr 05 2021 21:36:31 %S A006408 4,39,190,651,1792,4242,8988,17490,31812,54769,90090,142597,218400, %T A006408 325108,472056,670548,934116,1278795,1723414,2289903,3003616,3893670, %U A006408 4993300,6340230,7977060,9951669,12317634,15134665,18469056,22394152,26990832,32348008,38563140 %N A006408 Number of nonseparable rooted toroidal maps with n + 3 edges and n + 1 vertices. %C A006408 The number of faces is 2. - _Andrew Howroyd_, Apr 05 2021 %D A006408 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A006408 Andrew Howroyd, <a href="/A006408/b006408.txt">Table of n, a(n) for n = 2..1000</a> %H A006408 T. R. S. Walsh and A. B. Lehman, <a href="http://dx.doi.org/10.1016/0095-8956(75)90050-7">Counting rooted maps by genus. III: Nonseparable maps</a>, J. Combinatorial Theory Ser. B 18 (1975), 222-259. %F A006408 From _Colin Barker_, Apr 08 2013: (Start) %F A006408 a(n) = (n*(12-28*n-45*n^2+20*n^3+33*n^4+8*n^5))/360. %F A006408 G.f.: -x^2*(x^2 + 11*x + 4) / (x-1)^7. (End) %F A006408 a(n) = binomial(n+2,4)*(8*n^2 + 17*n - 6)/15. - _Andrew Howroyd_, Apr 05 2021 %o A006408 (PARI) a(n) = {binomial(n+2,4)*(8*n^2 + 17*n - 6)/15} \\ _Andrew Howroyd_, Apr 05 2021 %Y A006408 Column 2 of A342989. %K A006408 nonn %O A006408 2,1 %A A006408 _N. J. A. Sloane_ %E A006408 Title improved by _Sean A. Irvine_, Apr 03 2017 %E A006408 Terms a(11) and beyond from _Andrew Howroyd_, Apr 05 2021