login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087301 a(n) = n!*Sum_{i=1..n-1} (-1)^(i+1)/i. 1
2, 3, 20, 70, 564, 3108, 30624, 230256, 2705760, 25771680, 352805760, 4067556480, 63651813120, 861371884800, 15176802816000, 235775183616000, 4620563523072000, 81032645804544000, 1748700390205440000 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

COMMENTS

Stirling transform of A052882(n)=[0,2,9,52,375,...] is a(n+1)=[0,2,3,20,...]. - Michael Somos Mar 04 2004

FORMULA

E.g.f.: x*ln(1+x)/(1-x). a(n) = 1/2*(-1)^n*n!*(2*(-1)^n*ln(2)+Psi(1/2+1/2*n)-Psi(1/2*n)).

MATHEMATICA

Rest[Table[n!Sum[(-1)^(i+1)/i, {i, n-1}], {n, 20}]] (* From Harvey P. Dale, Oct 24 2011 *)

PROG

(PARI) a(n)=if(n<0, 0, n!*polcoeff(log(1+x+x*O(x^n))*x/(1-x), n))

CROSSREFS

Cf. A024167, A052881.

Sequence in context: A055814 A151370 A041567 * A007113 A066166 A052804

Adjacent sequences:  A087298 A087299 A087300 * A087302 A087303 A087304

KEYWORD

nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Oct 20 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 14:07 EST 2012. Contains 205623 sequences.