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.

A296944 Expansion of (2*x*exp(x)-3)/(1-x).

Original entry on oeis.org

0, 1, 2, 12, 56, 290, 1752, 12278, 98240, 884178, 8841800, 97259822, 1167117888, 15172532570, 212415456008, 3186231840150, 50979709442432, 866655060521378, 15599791089384840, 296396030698311998, 5927920613966240000, 124486332893291040042
Offset: 0

Views

Author

J. Devillet, Dec 22 2017

Keywords

Comments

Number of bisymmetric and quasitrivial binary operations on {1,...,n} that have annihilator elements.

Crossrefs

Cf. A296943.

Programs

  • Mathematica
    Join[{0, 1}, Delete[ Range[0, 21]! CoefficientList[ Series[(2x*Exp[x] -3)/(1 -x), {x, 0, 21}], x], {{1}, {2}}]] (* Robert G. Wilson v, Dec 22 2017 *)

Formula

a(n) = A296943(n)-2, a(0) = 0, a(1) = 1.
Showing 1-1 of 1 results.