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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A003711 E.g.f. cos(tanh(x)) (even powers only).
(Formerly M4665)
2
1, -1, 9, -177, 6097, -325249, 24807321, -2558036145, 342232522657, -57569080467073, 11879658510739497, -2948163649552594737, 865683568087537789297, -296699416391356495667713, 117330699580950022391960505 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

FORMULA

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

PROG

(Maxima)

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

CROSSREFS

Sequence in context: A141363 A157774 A193443 * A009009 A034221 A034240

Adjacent sequences:  A003708 A003709 A003710 * A003712 A003713 A003714

KEYWORD

sign

AUTHOR

R. H. Hardin (rhhardin(AT)att.net), Simon Plouffe (simon.plouffe(AT)gmail.com)

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 19:48 EST 2012. Contains 205955 sequences.