OFFSET
0,4
LINKS
Sergi Elizalde and Emeric Deutsch, The degree of asymmetry of a sequence, Enum. Combinat. Applic. 2 (2022) no 1 #S2R7, theorem 5.1
FORMULA
E.g.f: exp(-x-x^2)/sqrt(1-2*x).
a(n) = 2^n * A001205(n).
D-finite with recurrence a(n) +2*(-n+1)*a(n-1) -4*(n-1)*(n-2)*a(n-3)=0.
MAPLE
g:= exp(-x-x^2)/sqrt(1-2*x) ;
seq( coeftayl(g, x=0, n)*n!, n=0..10) ;
CROSSREFS
KEYWORD
nonn
AUTHOR
R. J. Mathar, Mar 17 2025
STATUS
approved
