OFFSET
0,3
LINKS
Gheorghe Coserea, Table of n, a(n) for n = 0..200
C. Coscia, J. DeWitt, F. Yang, Y. Zhang, Online and Random Domination of Graphs, arXiv preprint arXiv:1509.08876 [math.CO], 2015.
Jonathan Dewitt, Christopher Coscia, Fan Yang, Yiguang Zhang, Best and Worst Case Permutations for Random Online Domination of the Path, Discrete Mathematics & Theoretical Computer Science, December 20, 2017, Vol. 19 no. 2, Permutation Patterns 2016.
FORMULA
Propositions 3.2 and 3.4 of Coscia et al. 2015 give formulas.
E.g.f.: sinh(x)/(cosh(x) - x*sinh(x)) + 1/(cosh(x) - x*sinh(x))^2 (see Theorem 3.5 of Coscia et al. 2015). - Gheorghe Coserea, May 12 2016
MATHEMATICA
terms = 23; egf = Sinh[x]/(Cosh[x] - x Sinh[x]) + 1/(Cosh[x] - x Sinh[x])^2 + O[x]^terms; CoefficientList[egf, x] Range[0, terms-1]! (* Jean-François Alcover, Sep 06 2018, after Gheorghe Coserea *)
PROG
(PARI) x = 'x + O('x^23);
Vec(serlaplace(sinh(x)/(cosh(x) - x*sinh(x)) + 1/(cosh(x) - x*sinh(x))^2)) \\ Gheorghe Coserea, May 12 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 06 2016
EXTENSIONS
More terms from Gheorghe Coserea, May 12 2016
STATUS
approved