OFFSET
0,4
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..400
Thierry Dana-Picard and David G. Zeitoun, Sequences of definite integrals, infinite series and Stirling numbers, International Journal of Mathematical Education in Science and Technology, Volume 43, 2012 - Issue 2.
FORMULA
E.g.f.: (1+log(1-x))/(1-x). - Paul Barry, Nov 26 2008
a(n) = abs(s(n+1, 1))-abs(s(n+1, 2)), where s(n, m) is a (signed) Stirling number of the first kind (A008275). (corrected by Wolfdieter Lang, Jun 20 2011)
a(n) = A094645(n+2,2), n>=0. - _Wolfdieter Lang, Jun 20 2011
MATHEMATICA
With[{nn = 100}, CoefficientList[Series[(1 + Log[1 - x])/(1 - x), {x, 0, nn}], x] Range[0, nn]!] (* G. C. Greubel, Jan 21 2017 *)
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Paul Barry, Mar 05 2003
STATUS
approved