OFFSET
0,3
LINKS
Evgeniy Krasko, Alexander Omelchenko, Enumeration of r-regular maps on the torus. Part I: Rooted maps on the torus, the projective plane and the Klein bottle. Sensed maps on the torus, Discrete Mathematics (2019) Vol. 342, Issue 2, 584-599. Also arXiv, arXiv:1709.03225 [math.CO], 2017. See Theorem 2.1 and Table 1.
FORMULA
a(n) = 6^(n-1)*(2^n - (2*n-1)!!/n!) for n>0.
G.f.: (1/6)*(1/(1-12*x)-1/sqrt(1-12*x)).
D-finite with recurrence: n*a(n) +6*(-4*n+3)*a(n-1) +72*(2*n-3)*a(n-2)=0. - R. J. Mathar, Jan 09 2020
MATHEMATICA
CoefficientList[Series[(1/6) (1/(1 - 12 x) - 1/Sqrt[1 - 12 x]), {x, 0, 33}], x] (* Vincenzo Librandi, Jan 10 2020 *)
PROG
(Magma) DoubleFactorial:=func< n | &*[n..2 by -2] >; [ 6^(n-1)*(2^n -(DoubleFactorial(2*n-1))/Factorial(n)): n in [0..28] ]; // Vincenzo Librandi, Jan 10 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Evgeniy Krasko, Dec 30 2018
EXTENSIONS
Added initial 0 to match generating function and Taylor series in Theorem 2.1. - N. J. A. Sloane, Jan 11 2019
STATUS
approved