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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009203 Expansion of exp(sin(tan(x))). 0
1, 1, 1, 2, 5, 8, 13, -232, -2199, -25600, -218311, -2258048, -20057555, -212565376, -1933691003, -21159275264, -181405779887, -1935285600256, -10159446470927, -49976214294528, 2835996855537109, 63805712413261824 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

Vladimir Kruchinin, Compositae and their properties , arXiv:1103.2582~

FORMULA

a(n):=sum(sum(if oddp(n+k) or oddp(k-m) then 0 else (-1)^((n+k)/2)*sum(j!*stirling2(n,j)*2^(n-j)*(-1)^(n+j-k)*binomial(j-1,k-1),j,k,n)*2^(1-m)*sum((-1)^(floor((k+m)/2)-i)*binomial(m,i)*(2*i-m)^k/k!/m!,i,0,floor(m/2)) ,k,m,n),m,1,n), n>0 [From Kruchinin Vladimir (kru(AT)ie.tusur.ru), Sep 01 2010]

MATHEMATICA

Exp[ Sin[ Tan[ x ] ] ]

PROG

(Other) a(n):=sum(sum(if oddp(n+k) or oddp(k-m) then 0 else (-1)^((n+k)/2)*sum(j!*stirling2(n, j)*2^(n-j)*(-1)^(n+j-k)*binomial(j-1, k-1), j, k, n)*2^(1-m)*sum((-1)^(floor((k+m)/2)-i)*binomial(m, i)*(2*i-m)^k/k!/m!, i, 0, floor(m/2)) , k, m, n), m, 1, n); (for Maxima) [From Kruchinin Vladimir (kru(AT)ie.tusur.ru), Sep 01 2010]

CROSSREFS

Sequence in context: A200275 A075731 A009238 * A202273 A173177 A191109

Adjacent sequences:  A009200 A009201 A009202 * A009204 A009205 A009206

KEYWORD

sign,easy

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 10:24 EST 2012. Contains 205614 sequences.