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 A030257 #17 Dec 19 2021 13:56:28 %S A030257 1,1,1,7,192,82355,653502972,110826042515867,479732982053513924168, %T A030257 62082231641825701423422054735, %U A030257 275573192431752191557427399293883120600,47363301285150007842253190185182901101879369430257 %N A030257 Number of nonisomorphic commutative idempotent groupoids. %H A030257 <a href="/index/Gre#groupoids">Index entries for sequences related to groupoids</a> %F A030257 a(n) = 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, ...] = Product_{i>=j>=1} f(i, j, s_i, s_j) where f(i, j, s_i, s_j) = {i=j, odd} (Sum_{d|i} (d*s_d))^((i*s_i^2-s_i)/2) or {i=j, even} (Sum_{d|i} (d*s_d))^((i*s_i^2-2*s_i)/2) * (Sum_{d|i/2} (d*s_d))^s_i or {i != j} (Sum_{d|lcm(i, j)} (d*s_d))^(gcd(i, j)*s_i*s_j). - Corrected by _Sean A. Irvine_, Mar 27 2020 %F A030257 a(n) is asymptotic to (n^binomial(n-1, 2))/n! = A076113(n)/A000142(n). %Y A030257 Cf. A001329, A038017, A038021, A076113. %K A030257 nonn %O A030257 0,4 %A A030257 _Christian G. Bower_, Feb 15 1998, May 15 1998 and Dec 03 2003