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!)
A009311 E.g.f. log(1+log(1+tanh(x))). 0
0, 1, -2, 5, -19, 104, -706, 5662, -53082, 570600, -6897016, 92565296, -1366706848, 22016867248, -384226243584, 7220865546000, -145397565641296, 3122890640031488, -71266398589322368, 1722010388581604224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n)=sum(m=1..n, ((-1)^(m-1)*m!*sum(r=m..n, (stirling1(r,m)*sum(k=r..n, binomial(k-1,r-1)*k!*2^(n-k)*stirling2(n,k)*(-1)^(r+k)))/r!))/m). - Vladimir Kruchinin, Jun 21 2011
a(n) ~ (n-1)! * (-1)^(n+1) * 2^n / (log(2*exp(1)-1))^n. - Vaclav Kotesovec, Jan 22 2015
MATHEMATICA
CoefficientList[Series[Log[1 + Log[1 + Tanh[x]]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 22 2015 *)
PROG
(Maxima)
a(n):=sum(((-1)^(m-1)*m!*sum((stirling1(r, m)*sum(binomial(k-1, r-1)*k!*2^(n-k)*stirling2(n, k)*(-1)^(r+k), k, r, n))/r!, r, m, n))/m, m, 1, n); /* Vladimir Kruchinin, Jun 21 2011 */
CROSSREFS
Sequence in context: A054687 A076669 A093502 * A211207 A107882 A328977
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 August 12 04:50 EDT 2024. Contains 375085 sequences. (Running on oeis4.)