OFFSET
3,3
LINKS
Gábor Czédli, Minimum-sized generating sets of the direct powers of the free distributive lattice on three generators and a Sperner theorem, arXiv:2309.13783 [math.CO], 2023. See formulas (3.6) at p. 4 and (4.15) at p. 8.
FORMULA
MATHEMATICA
a[n_]:=Floor[Binomial[n-1, Floor[(n-1)/2]]/2]; Array[a, 36, 3]
PROG
(PARI) a(n) = binomial(n-1, (n-1)\2)\2; \\ Michel Marcus, Sep 30 2023
CROSSREFS
KEYWORD
nonn
AUTHOR
Stefano Spezia, Sep 29 2023
STATUS
approved