OFFSET
1,1
REFERENCES
V. A. Liskovets and T. R. Walsh, Enumeration of unrooted maps on the plane, Rapport technique, UQAM, No. 2005-01, Montreal, Canada, 2005.
LINKS
V. A. Liskovets and T. R. Walsh, Counting unrooted maps on the plane, Advances in Applied Math., 36, No.4 (2006), 364-387.
MATHEMATICA
A069720[n_] := 2^(n-1) Binomial[2n-1, n];
A103944[n_] := If[n == 1, 1, n Binomial[2n, n] Sum[Binomial[n-2, k] (1/(n + 1 + k) + n/(n + 2 + k)), {k, 0, n-2}]];
Array[a, 20] (* Jean-François Alcover, Aug 28 2019 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Valery A. Liskovets, Mar 17 2005
STATUS
approved