OFFSET
2,1
LINKS
Michel Bousquet, Gilbert Labelle, and Pierre Leroux, Enumeration of planar two-face maps, Discrete Mathematics, 222 (2000), 1-25.
FORMULA
From Amiram Eldar, Jun 18 2025: (Start)
Sum_{n>=2} 1/a(n) = 2*Pi*L_0(1/2) - 2, where L is the modified Struve function.
Sum_{n>=2} (-1)^n/a(n) = 2 - 2*Pi*H_0(1/2), where H is the Struve function. (End)
a(n) ~ 4^(2*n-1) * (n/e)^(2*n). - Amiram Eldar, Oct 19 2025
MATHEMATICA
a[n_] := (2*n)!*Binomial[2*n, n]/8; Array[a, 12, 2] (* Amiram Eldar, Jun 18 2025 *)
PROG
(PARI) a(n) = (2*n)!*binomial(2*n, n)/8; \\ Amiram Eldar, Jun 18 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Aug 02 2002
STATUS
approved
