OFFSET
1,2
COMMENTS
a(n) is the number of spanning trees with a perfect matching in a complete graph with 2*n nodes. See Li et al. in Links.
LINKS
Danyi Li, Xing Feng, and Weigen Yan, Enumeration of spanning trees with a perfect matching of hexagonal lattices on the cylinder and Möbius strip, Discrete Applied Mathematics, Volume 358, 2024, Pages 320-325.
FORMULA
a(n) ~ (1/(2*sqrt(2)))*(8/e)^n*n^(2*(n-1)).
MATHEMATICA
a[n_]:=(2n)^(n-2)(2n)!/n!; Array[a, 14]
CROSSREFS
KEYWORD
nonn
AUTHOR
Stefano Spezia, Jul 30 2024
STATUS
approved