A342983 Number of tree-rooted planar maps with n+1 vertices and n+1 faces.
1, 6, 280, 23100, 2522520, 325909584, 47117214144, 7383099180600, 1229149289511000, 214527522662653200, 38887279926227853120, 7271332144993605081120, 1395321310426879365566400, 273697641660657106322640000, 54708248601655917595233984000
Offset: 0
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..200
Crossrefs
Programs
-
PARI
a(n) = {(4*n)!/(n!*(n+1)!)^2}
Formula
a(n) = (4*n)!/(n!*(n+1)!)^2.
Comments