OFFSET
0,6
REFERENCES
J. Heitzig and J. Reinhold, Counting finite lattices, Algebra Universalis, 48 (2002), 43-53.
LINKS
V. Gebhardt and S. Tawn, Constructing unlabelled lattices, arXiv:1609.08255 [math.CO], 2016.
J. Heitzig and J. Reinhold, Counting finite lattices, preprint no. 298, Institut für Mathematik, Universität Hannover, Germany, 1999.
N. J. A. Sloane, Transforms
MATHEMATICA
nmax = Length[A006966] - 1;
B[x_] = Sum[A006966[[n + 1]] x^n, {n, 0, nmax}];
A[x_] = Sum[c[n] x^n, {n, 0, nmax}];
sol = CoefficientList[1 + A[x] - 1/(1 - B[x]) + O[x]^nmax, x] == 0 // Solve // First // Rest // Quiet;
a[n_] := If[n <= 2, 1, c[n - 2] /. sol];
a /@ Range[0, nmax] (* Jean-François Alcover, Dec 05 2019 *)
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Christian G. Bower, Dec 28 2000
EXTENSIONS
a(19) (computed by Jipsen and Lawless) and a(20) from Volker Gebhardt, Sep 28 2016
STATUS
approved