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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A003723 E.g.f. exp(tanh(x)).
(Formerly M4327)
4
1, 1, 1, -1, -7, -3, 97, 275, -2063, -15015, 53409, 968167, -752343, -77000363, -166831871, 7433044411, 43685848289, -843598411471, -9398558916159, 107426835190735, 2116926930779225, -14072980460605907 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

Row sums of triangle A111593.

REFERENCES

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

LINKS

T. D. Noe, Table of n, a(n) for n=0..100

FORMULA

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

PROG

(Maxima)

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

CROSSREFS

Cf. A003706, A003710.

Sequence in context: A176328 A183421 A173443 * A054471 A086453 A112099

Adjacent sequences:  A003720 A003721 A003722 * A003724 A003725 A003726

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 17 19:13 EST 2012. Contains 206085 sequences.