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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092692 Expansion of -log(1-x)/(1-x^2). 1
0, 1, 1, 8, 18, 184, 660, 8448, 42000, 648576, 4142880, 74972160, 586776960, 12174658560, 113020427520, 2643856588800, 28432576972800, 740051782041600, 9056055981772800, 259500083163955200, 3562946373482496000 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

Stirling transform of (-1)^n*a(n-1)=[0,1,-1,8,-18,...] is A052882(n-1)=[0,1,2,9,52,...].

FORMULA

E.g.f.: -log(1-x)/(1-x^2).

a(n) = n!*Sum_{k=1..n} (-1)^(n-k)*Harmonic(k). - Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 14 2005

PROG

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

(PARI) {a(n)=if(n<0, 0, n!*sum(k=1, n, ((n-k+1)%2)/k))} /* Michael Somos Sep 19 2006 */

CROSSREFS

Sequence in context: A113563 A173734 A171371 * A001151 A177367 A138492

Adjacent sequences:  A092689 A092690 A092691 * A092693 A092694 A092695

KEYWORD

nonn

AUTHOR

Michael Somos, Mar 04 2004

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 16 16:41 EST 2012. Contains 205938 sequences.