OFFSET
2,2
COMMENTS
Number of spanning trees in the bipartite graph K(n,n-1).
REFERENCES
J. J. Sylvester, On the change of systems of independent variables, Quarterly Journal of Mathematics, i. (1857), pp. 42-56; Collected Mathematical Papers, Volume 2, Cambridge (1908), pp. 65-85, see page 76.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 2..100
MAPLE
MATHEMATICA
Table[n^(n - 2)*(n - 1)^(n - 1), {n, 2, 15}]
PROG
(Magma) [n^(n-2) * (n-1)^(n-1): n in [2..20]]; // Vincenzo Librandi, Mar 04 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
Sharon Sela (sharonsela(AT)hotmail.com), May 10 2002
EXTENSIONS
Edited by Robert G. Wilson v, May 14 2002
More terms from Vincenzo Librandi, Mar 04 2014
STATUS
approved