login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009575 E.g.f. sinh(log(1+x))*log(1+x). 3
0, 0, 2, -6, 26, -140, 894, -6594, 55152, -515808, 5334480, -60453360, 745035840, -9921337920, 141972324480, -2172695011200, 35410730342400, -612356632473600, 11198955424204800, -215960417122867200, 4379675205233664000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
abs(a(n)) is the number of cycles in all permutations of n elements with an even number of cycles. - Vladeta Jovovic, Sep 06 2007
LINKS
FORMULA
E.g.f.: (1+x)*x/2*U(0) where U(k)= 1 - 1/((1+x)^2 - x*(1+x)^4*(k+1)/(x*(1+x)^2*(k+1) + (k+2)/U(k+1))) ; (continued fraction, 3rd kind, 3-step). - Sergei N. Gladkovskii, Sep 25 2012
a(n) ~ n! * (-1)^n * log(n) / 2 * (1 + gamma/log(n)), where gamma is the Euler-Mascheroni constant (A001620). - Vaclav Kotesovec, Jan 24 2015
EXAMPLE
a(n) = ((-1)^n*(n!*h(n) + (n-2)!))/2, n > 1, where h(n) = Sum_{k=1..n} 1/k. - Gary Detlefs, Aug 31 2011
MATHEMATICA
nn=30; Range[0, nn]! CoefficientList[Series[Sinh[Log[1 + x]]*Log[1 + x], {x, 0, nn}], x]
CoefficientList[Series[(x*(2 + x)*Log[1 + x])/(2*(1 + x)), {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 24 2015 *)
PROG
(PARI) x='x+O('x^66);
concat([0, 0], Vec(serlaplace(sinh(log(1+x))*log(1+x))))
CROSSREFS
Cf. A000254.
Sequence in context: A002788 A332796 A134094 * A263687 A180891 A224529
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 17 05:50 EDT 2024. Contains 374360 sequences. (Running on oeis4.)