cp's OEIS Frontend

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.

A079186 Number of non-anti-commutative closed binary operations on a set of order n.

This page as a plain text file.
%I A079186 #10 Jan 23 2022 16:13:56
%S A079186 0,0,8,13851,3530555392,266023223876953125,
%T A079186 9644962193498535546171949056,
%U A079186 246832875573638552740275218239438131202951,6127827569844832702316847785612357470342156990019367075840,193794664362053647720926884692597177807303542565053791345764052714030485961865
%N A079186 Number of non-anti-commutative closed binary operations on a set of order n.
%H A079186 Andrew Howroyd, <a href="/A079186/b079186.txt">Table of n, a(n) for n = 0..20</a>
%H A079186 C. van den Bosch, <a href="http://cosmos.ucc.ie/~cjvdb1/html/binops.shtml">Closed binary operations on small sets</a>
%H A079186 <a href="/index/Gre#groupoids">Index entries for sequences related to groupoids</a>
%F A079186 a(n) = n^(n^2) - (n^n)*((n^2-n)^((n^2-n)/2)).
%F A079186 a(n) = A002489(n) - A079189(n).
%F A079186 a(n) = Sum_{k>=1} A079178(n,k)*A079210(n,k).
%o A079186 (PARI) a(n) = n^(n^2) - (n^n)*((n^2-n)^((n^2-n)/2)) \\ _Andrew Howroyd_, Jan 23 2022
%Y A079186 Cf. A002489, A079187 (non-isomorphic), A079188, A079189, A079210.
%K A079186 nonn
%O A079186 0,3
%A A079186 Christian van den Bosch (cjb(AT)cjb.ie), Jan 03 2003
%E A079186 a(0)=0 prepended and terms a(5) and beyond from _Andrew Howroyd_, Jan 23 2022