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!)
A191995 E.g.f. arctan(log(1+tanh(x))). 0
0, 1, -1, -2, 14, -6, -406, 2220, 13768, -280224, 501824, 34875600, -394160416, -3296452368, 129418793776, -532969950240, -35512135858048, 654965382945408, 5943454902108032, -395494767434053632, 2913398252129581312 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n)=sum(m=0..(n-1)/2, ((-1)^(m)*(2*m+1)!*sum(r=2*m+1..n, (stirling1(r,2*m+1)*sum(k=r..n, binomial(k-1,r-1)*k!*2^(n-k)*stirling2(n,k)*(-1)^(r+k)))/r!))/(2*m+1)), n>0.
MATHEMATICA
With[{nn=30}, CoefficientList[Series[ArcTan[Log[1+Tanh[x]]], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Jan 03 2013 *)
PROG
(Maxima)
a(n):=sum(((-1)^(m)*(2*m+1)!*sum((stirling1(r, 2*m+1)*sum(binomial(k-1, r-1)*k!*2^(n-k)*stirling2(n, k)*(-1)^(r+k), k, r, n))/r!, r, 2*m+1, n))/(2*m+1), m, 0, (n-1)/2);
CROSSREFS
Sequence in context: A183420 A084677 A344115 * A168207 A082609 A271382
KEYWORD
sign
AUTHOR
Vladimir Kruchinin, Jun 21 2011
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 March 29 05:48 EDT 2024. Contains 371265 sequences. (Running on oeis4.)