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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A003716 Expansion of tan(sinh(x)).
(Formerly M3144)
0
1, 3, 37, 1015, 47881, 3459819, 354711853, 48961863007, 8754050024209, 1967989239505875, 543326939019354421, 180718022989699819207, 71275877445849484090393, 32890432371345908634652347, 17555593768891213894861569085 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

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

FORMULA

a(n)=sum(k=1..n, ((-1)^(k-1)+1)/(2^k*k!)*sum(i=0..k, (-1)^i*(k-2*i)^n*binomial(k,i))*(sum(j=1..k, j!*2^(k-j-1)*(-1)^((k+1)/2+j)*stirling2(k,j)))); [From Vladimir Kruchinin kru(AT)ie.tusur.ru, Apr 20 2011]

MATHEMATICA

Tan[ Sinh[ x ] ] (* Odd Part *)

PROG

(Maxima)

a(n):=sum(((-1)^(k-1)+1)/(2^k*k!)*sum((-1)^i*(k-2*i)^n*binomial(k, i), i, 0, k)*(sum(j!*2^(k-j-1)*(-1)^((k+1)/2+j)*stirling2(k, j), j, 1, k)), k, 1, n); [From Vladimir Kruchinin kru(AT)ie.tusur.ru, Apr 20 2011]

CROSSREFS

Sequence in context: A143412 A003717 A201697 * A051396 A113074 A128083

Adjacent sequences:  A003713 A003714 A003715 * A003717 A003718 A003719

KEYWORD

nonn

AUTHOR

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

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 20:14 EST 2012. Contains 205962 sequences.