login
This site is supported by donations 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; internal format)
OFFSET

0,3

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); [From Vladimir Kruchinin, Jun 21 2011]

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); [From Vladimir Kruchinin, Jun 21 2011]

CROSSREFS

Sequence in context: A054687 A076669 A093502 * A107882 A192445 A089126

Adjacent sequences:  A009308 A009309 A009310 * A009312 A009313 A009314

KEYWORD

sign,easy

AUTHOR

R. H. Hardin (rhhardin(AT)att.net)

EXTENSIONS

Extended with signs Mar 15 1997 by Olivier Gerard.

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 04:47 EST 2012. Contains 205860 sequences.