A362385 Number of nonisomorphic magmas with n elements satisfying the equation x(yz) = xy.
1, 1, 3, 14, 197, 6139, 603933, 199410617
Offset: 0
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.
B(n, k)=my(p=serlaplace(exp(x + x^2/2 + O(x*x^n)))); sum(j=0, n, polcoef(p,j)^k*x^j/j!, O(x*x^n)) seq(n)=Vec(serlaplace(sum(k=0, n, log(B(n-k+1, k))^k/k!)))