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.

A308354 Number of (2k+1)-ary quasitrivial semigroups that have two neutral elements on an n-element set.

Original entry on oeis.org

0, 1, 3, 24, 200, 2070, 24822, 340648, 5257800, 90174690, 1701190370, 35011502460, 780603478668, 18742820292742, 482172697215510, 13231193297338320, 385766358723033104, 11908944548154971946, 388063941316923002634, 13310969922203225028580
Offset: 1

Views

Author

J. Devillet, May 21 2019

Keywords

Comments

Number of (2k+1)-ary associative and quasitrivial operations that have two neutral elements on an n-element set.

Crossrefs

Cf. A292932.

Programs

  • Mathematica
    nmax = 20; Rest[CoefficientList[Series[x^2/(3 - 2*E^x + x)/2, {x, 0, nmax}], x] * Range[0, nmax]!] (* Vaclav Kotesovec, Jun 05 2019 *)

Formula

a(n) = binomial(n,2)*A292932(n-2) for n >= 2.
E.g.f.: x^2/(3 - 2*exp(x) + x)/2. - Vaclav Kotesovec, Jun 05 2019
a(n) ~ n! / (2*(r-1) * (r-3)^(n-1)), where r = -LambertW(-1, -2*exp(-3)). - Vaclav Kotesovec, Jun 05 2019