OFFSET
0,3
FORMULA
E.g.f.: exp(A(x)) where A(x) is the e.g.f. for A036774.
a(n) ~ sqrt(2-sqrt(2)) * (1+sqrt(2))^(n+1) * exp(sqrt(2)-n) * n^(n-1). - Vaclav Kotesovec, Sep 25 2013
MATHEMATICA
u=(1-x-((x-1)^2-2x^2)^(1/2))/x; Range[0, 20]! CoefficientList[Series[Exp[u], {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Nov 22 2011
STATUS
approved