login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,3
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)