OFFSET
0,3
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..200
C. G. Bower, Transforms (2)
FORMULA
E.g.f.: (1 + 2*(1-2*x)*exp(x) - (1-2*x)^2*exp(2*x))/(2*(1-2*x)*exp(x)). - Andrew Howroyd, Sep 12 2018
a(n) ~ n! * 2^(n-1) * exp(-1/2). - Vaclav Kotesovec, Sep 13 2018
Conjecture: D-finite with recurrence a(n) +2*(-n-1)*a(n-1) +4*(n-1)*a(n-2) +2*a(n-3) +(-4*n+11)*a(n-4) +2*(n-4)*a(n-5)=0. - R. J. Mathar, May 08 2020
PROG
(PARI) seq(n)={my(p=1 + (2*x-1)*exp(x + O(x*x^n))); Vec(serlaplace((1-p^2/2)/(1-p)))} \\ Andrew Howroyd, Sep 12 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(0)=1 prepended and terms a(18) and beyond from Andrew Howroyd, Sep 12 2018
STATUS
approved