login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009273 E.g.f. exp(x*tanh(x)) (even powers only). 0
1, 2, 4, -24, 400, -5600, -103872, 26975872, -3438685952, 417995260416, -51382607559680, 5994623640856576, -454930757753597952, -94991612229069430784, 81515752167646959124480 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=sum(m=0..2*n, binomial(2*n,m)*sum(k=0..2*n-2*m, binomial(k+m-1,m-1)*(k+m)!*(-1)^(k)*2^(2*n-2*m-k)*stirling2(2*n-m,k+m))), n>0, a(0)=1. [From Vladimir Kruchinin, Jun 06 2011]

MATHEMATICA

Exp[ Tanh[ x ]*x ] (* Even Part *)

PROG

(Maxima)

a(n):=sum(binomial(2*n, m)*sum(binomial(k+m-1, m-1)*(k+m)!*(-1)^(k)*2^(2*n-2*m-k)*stirling2(2*n-m, k+m), k, 0, 2*n-2*m), m, 0, 2*n); [From Vladimir Kruchinin, Jun 06 2011]

CROSSREFS

Sequence in context: A047677 A030276 A081476 * A128299 A143672 A001510

Adjacent sequences:  A009270 A009271 A009272 * A009274 A009275 A009276

KEYWORD

sign

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 14 13:08 EST 2012. Contains 205623 sequences.