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.

Showing 1-1 of 1 results.

A296943 Number of bisymmetric and quasitrivial operations on an arbitrary n-element set.

Original entry on oeis.org

0, 1, 4, 14, 58, 292, 1754, 12280, 98242, 884180, 8841802, 97259824, 1167117890, 15172532572, 212415456010, 3186231840152, 50979709442434, 866655060521380, 15599791089384842, 296396030698312000, 5927920613966240002, 124486332893291040044
Offset: 0

Views

Author

J. Devillet, Dec 22 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Join[{0}, Rest[ Range[0, 22]! CoefficientList[ Series[(2 Exp[x] -3)/(1 -x), {x, 0, 22}], x]]] (* Robert G. Wilson v, Dec 22 2017 *)
    nxt[{n_,a_}]:={n+1,a(n+1)+2}; Join[{0},NestList[nxt,{1,1},20][[All,2]]] (* Harvey P. Dale, Jun 09 2021 *)

Formula

E.g.f.: (2*exp(x)-3)/(1-x).
a(n+1) = (n+1)*a(n)+2, a(0)=0, a(1)=1.
a(n) ~ (2*exp(1) - 3) * n!. - Vaclav Kotesovec, Jun 05 2019
Showing 1-1 of 1 results.