OFFSET
0,4
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..200
C. G. Bower, Transforms (2)
FORMULA
"DIJ" (bracelet, indistinct, labeled) transform of 1, 0, 1, 0, ... (odds).
E.g.f.: 1 + (g(x) + g(x)^2/2 - log(1-g(x)))/2 where g(x) = sinh(x). - Andrew Howroyd, Sep 12 2018
PROG
(PARI) seq(n)={my(p=sinh(x + O(x*x^n))); Vec(1 + serlaplace(p + p^2/2 - log(1-p))/2)} \\ Andrew Howroyd, Sep 12 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(0)=1 prepended and terms a(21) and beyond from Andrew Howroyd, Sep 12 2018
STATUS
approved