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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009670 E.g.f. tan(sin(x)*cos(x)) (odd powers only). 1

%I

%S 1,-2,-48,880,59136,-4558336,-358510592,87349164032,5261729398784,

%T -4294386293800960,-9972473469599744,442881767885962739712,

%U -50940651947982996897792,-83250857495799899292172288

%N E.g.f. tan(sin(x)*cos(x)) (odd powers only).

%F a(n)=2*sum(m=0..n, 4^(n-m)*((sum(j=1..2*m+1, j!*2^(-j)*(-1)^(j+1)*stirling2(2*m+1, j)))*sum(i=0..(2*m+1)/2, (2*i-(2*m+1))^(2*n+1)*binomial(2*m+1, i)*(-1)^(n+1-i)))/(2*m+1)!). [From Vladimir Kruchinin, Jun 29 2011]

%o (Maxima)

%o a(n):=2*sum(4^(n-m)*((sum(j!*2^(-j)*(-1)^(j+1)*stirling2(2*m+1, j), j, 1, 2*m+1))*sum((2*i-(2*m+1))^(2*n+1)*binomial(2*m+1, i)*(-1)^(n+1-i), i, 0, (2*m+1)/2))/(2*m+1)!, m, 0, n); [From Vladimir Kruchinin, Jun 28 2011]

%Y Cf. A101921.

%K sign

%O 0,2

%A _R. H. Hardin_

%E 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 May 19 00:23 EDT 2013. Contains 225428 sequences.