login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A058165
Number of labeled lattices with fixed a fixed bottom and top.
1
1, 1, 3, 19, 213, 3761, 96373, 3377487, 154874569, 8980530625, 641008120761, 55110586506119, 5606337607922197, 664893010179107529, 90785224148218811149, 14119839142088335522351, 2478547355267024762146257
OFFSET
2,3
FORMULA
a(n) = A055512(n)/(n*(n-1)) = A058164(n)/(n-1).
MATHEMATICA
A055512 = Cases[Import["https://oeis.org/A055512/b055512.txt", "Table"], {_, _}][[All, 2]];
a[n_] := A055512[[n+1]]/(n(n-1));
a /@ Range[2, 18] (* Jean-François Alcover, Jan 02 2020 *)
CROSSREFS
Sequence in context: A204262 A165356 A000275 * A074707 A230317 A135749
KEYWORD
nonn,hard,more
AUTHOR
Christian G. Bower, Nov 15 2000
EXTENSIONS
a(18) from Jean-François Alcover, Jan 02 2020
STATUS
approved