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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A003705 E.g.f. tan(sin(x)) (odd powers only).
(Formerly M3172)
2
1, 1, -3, -107, -1095, 41897, 3027637, 34528445, -11832720271, -1190157296815, 22592230600813, 23107531656941541, 2633888933338158633, -362759000929143575815, -189312598480126813670107, -18315162183020706728157939 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

REFERENCES

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

FORMULA

a(n)=2*sum(m=0..n-1, ((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-i)))/(2*m+1)!); [From Vladimir Kruchinin, Jun 11 2011]

PROG

(Maxima)

a(n):=2*sum(((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-i), i, 0, (2*m+1)/2))/(2*m+1)!, m, 0, n-1); [From Vladimir Kruchinin, Jun 11 2011]

CROSSREFS

Sequence in context: A142509 A023325 A094200 * A146214 A061308 A112879

Adjacent sequences:  A003702 A003703 A003704 * A003706 A003707 A003708

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 14 23:53 EST 2012. Contains 205689 sequences.