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 A002030 M3911 N1606 #37 Sep 04 2019 10:23:51 %S A002030 1,5,20,300,9980,616260,65814020,11878194300,3621432947180, %T A002030 1880516646144660,1678121372919602420,2590609089652498130700, %U A002030 6947580541943715645962780,32448510765823652400410879460,264301377639329321236008592510820 %N A002030 Number of connected graphs on n labeled nodes, each node being colored with one of 5 colors, such that no edge joins nodes of the same color. %D A002030 R. C. Read, personal communication. %D A002030 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A002030 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A002030 Andrew Howroyd, <a href="/A002030/b002030.txt">Table of n, a(n) for n = 0..50</a> %H A002030 R. C. Read, E. M. Wright, <a href="http://dx.doi.org/10.4153/CJM-1970-066-1">Colored graphs: A correction and extension</a>, Canad. J. Math. 22 1970 594-596. %F A002030 E.g.f.: log(B(x)+1) where B(x) = Sum_{n>=0} b(n)x^n/n! and b(n) = Sum_{j=0..n} C(n, j)*2^(j*(n-j)+2)*A000686(j). - _Sean A. Irvine_, May 27 2013 %F A002030 a(n) = m_n(5) using the functions defined in A002032. - _Sean A. Irvine_, May 29 2013 %t A002030 m = 15; %t A002030 serconv = (CoefficientList[Sum[x^j*2^Binomial[j, 2], {j, 0, m}] + O[x]^m, x]*CoefficientList[(Sum[x^j/(j!*2^Binomial[j, 2]), {j, 0, m}] + O[x]^m)^5, x]) . x^Range[0, m-1]; %t A002030 CoefficientList[1 + Log[serconv] + O[x]^m, x]*Range[0, m-1]! (* _Jean-François Alcover_, Sep 04 2019, after _Andrew Howroyd_ *) %o A002030 (PARI) seq(n)={Vec(serlaplace(1 + log(serconvol(sum(j=0, n, x^j*2^binomial(j, 2)) + O(x*x^n), (sum(j=0, n, x^j/(j!*2^binomial(j, 2))) + O(x*x^n))^5))))} \\ _Andrew Howroyd_, Dec 03 2018 %Y A002030 Column k=5 of A322279. %Y A002030 Cf. A002032. %K A002030 nonn %O A002030 0,2 %A A002030 _N. J. A. Sloane_ %E A002030 More terms from _Sean A. Irvine_, May 27 2013 %E A002030 Name clarified and offset corrected by _Andrew Howroyd_, Dec 03 2018