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!)
A009777 E.g.f. tanh(log(1+x))*cosh(x). 0
0, 1, -1, 3, 0, -25, 165, -623, 392, 18909, -206685, 1233551, -1161336, -81119597, 1241356025, -10102782675, 12681799920, 1158387845177, -22791296600793, 234950313889819, -368659923645520, -41597707520306049 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n)=(sum(i=0..(n-1)/2, binomial(n,2*i)*(sum(m=1..n-2*i, (sum(k=1..m, (-1)^(k+1)*k!*2^(m-k)*stirling2(m,k)))*stirling1(n-2*i,m))))). - Vladimir Kruchinin, Jun 29 2011
PROG
(Maxima)
a(n):=(sum(binomial(n, 2*i)*(sum((sum((-1)^(k+1)*k!*2^(m-k)*stirling2(m, k), k, 1, m))*stirling1(n-2*i, m), m, 1, n-2*i)), i, 0, (n-1)/2)); /* Vladimir Kruchinin, Jun 29 2011 */
CROSSREFS
Sequence in context: A344996 A057379 A360063 * A138543 A238104 A143769
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)