cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A375105 a(n) = (2*n)^(n-2)*(2*n)!/n!.

Original entry on oeis.org

1, 12, 720, 107520, 30240000, 13795246080, 9302892318720, 8706006083174400, 10801536141415219200, 17163329863680000000000, 33994996578425904640819200, 82126085558902590463908249600, 237708952408715572102802964480000, 812136157489332816782291600670720000
Offset: 1

Views

Author

Stefano Spezia, Jul 30 2024

Keywords

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.

Crossrefs

Programs

  • Mathematica
    a[n_]:=(2n)^(n-2)(2n)!/n!; Array[a,14]

Formula

a(n) ~ (1/(2*sqrt(2)))*(8/e)^n*n^(2*(n-1)).