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 A038017 #16 Feb 16 2025 08:32:37 %S A038017 1,2,15,720,409600,3920030472,775775333825891,3837862827737186253664, %T A038017 558740081065710564284870598075, %U A038017 2755731923933734753149997221152548428020,520996314135332606285488148844494695722050333912483 %N A038017 Number of n-element commutative groupoids with an identity ("pointed" groupoids). %C A038017 Also number of commutative partial groupoids with n-1 elements or commutative groupoids with an absorbant (zero) element with n elements. %H A038017 Eric Postpischil <a href="http://groups.google.com/groups?&hl=en&lr=&ie=UTF-8&selm=11802%40shlump.nac.dec.com&rnum=2">Posting to sci.math newsgroup, May 21 1990</a> %H A038017 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Groupoid.html">Groupoid.</a> %H A038017 <a href="/index/Gre#groupoids">Index entries for sequences related to groupoids</a> %F A038017 a(n+1) = sum {1*s_1+2*s_2+...=n} (fixA[s_1, s_2, ...]/(1^s_1*s_1!*2^s_2*s2!*...)) where fixA[s_1, s_2, ...] = prod {i>=j>=1} f(i, j, s_i, s_j) where f(i, j, s_i, s_j) = {i=j, odd} (1 + sum {d|i} (d*s_d))^((i*s_i^2+s_i)/2) or {i=j, even} (1 + sum {d|i} (d*s_d))^(i*s_i^2/2) * (1 + sum {d|i/2} (d*s_d))^s_i or {i != j} (1 + sum {d|lcm(i, j)} (d*s_d))^(2*gcd(i, j)*s_i*s_j) %F A038017 a(n) asymptotic to (n^binomial(n, 2)+1)/n! = A090599(n)/A000142(n) = A076113(n)/A000142(n-1) %Y A038017 Cf. A001329, A030257. %K A038017 nonn %O A038017 1,2 %A A038017 _Christian G. Bower_, May 15 1998; revised Dec 05 2003