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.

A293951 Number of linear extensions of a poset whose Hasse diagram consists of n binary shrubs with type B_n joins.

Original entry on oeis.org

1, 9, 477, 74601, 25740261, 16591655817, 17929265150637, 30098784753112329, 74180579084559895221, 256937013876000351610089, 1208025937371403268201735037, 7494692521096248546330688437801, 59931935202159196095445595508666501
Offset: 0

Views

Author

N. J. A. Sloane, Oct 29 2017

Keywords

Crossrefs

Cf. A000182 (m=2), this seq (m=3), A273352 (m=4), A318258 (m=5).

Programs

  • Mathematica
    LMLlist[m_, len_] := Table[(-1)^(n + 1) (m n)!, {n, 1, len}]*
    Delete [CoefficientList[Series[Log[MittagLefflerE[m, z]], {z, 0, len}], z], 1];
    LMLlist[3, 13] (* Peter Luschny, Aug 26 2018 *)

Extensions

Terms a(11) and beyond from Lars Blomberg, Oct 31 2017