OFFSET
0,3
LINKS
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 172
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) * exp(1-exp(-1)) / (1-exp(-1))^n. - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
CoefficientList[Series[Log[1 + Log[1 + x]]/E^x, {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 23 2015 *)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Previous incorrect Mathematica program deleted by Harvey P. Dale, Apr 24 2023
STATUS
approved