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 A094630 #13 Jan 14 2025 03:20:00 %S A094630 1,0,0,0,5,893,1039947,34351783511,72057317345649377, %T A094630 19342812465159881755696499,1329227995591486918148744122456237749, %U A094630 46768052394574271874021714673583968385714779097997,1684996666696914425950059618212919561731019777110516294609942096153 %N A094630 Number of 3-uniform T_0-covers on n vertices. %H A094630 Andrew Howroyd, <a href="/A094630/b094630.txt">Table of n, a(n) for n = 0..25</a> %F A094630 E.g.f.: exp(-x+x^2/2+x^3/3)*Sum_{n>=0} 2^binomial(n, 3)*exp(-2^(n-1)*x^2)*x^n/n!. %o A094630 (PARI) seq(n)={Vec(serlaplace(exp(-x + x^2/2 + x^3/3 + O(x*x^n))*sum(k=0, n, 2^binomial(k, 3)*exp(-2^(k-1)*x^2 + O(x*x^(n-k)))*x^k/k!)))} \\ _Andrew Howroyd_, Jan 29 2020 %Y A094630 Cf. A094631, A059530, A060070. %K A094630 nonn %O A094630 0,5 %A A094630 Goran Kilibarda, _Vladeta Jovovic_, May 15 2004