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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110708 E.g.f. log(1+arctan(x)) 0
0, 1, -1, 0, 2, 8, -64, -112, 2064, 8192, -157056, -599808, 16072704, 80010240, -2484268032, -13537247232, 506459129856, 3160676007936, -135526008225792, -929451393220608, 45507663438741504 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

FORMULA

a(n)=n!*sum(m=0..(n-1)/2, (2^(2*m-n)*(n-2*m)!*(-1)^(n-m-1)*sum(i=0..2*m, (2^(i+n-2*m)*stirling1(n-2*m+i,n-2*m)*binomial(n-1,n-2*m+i-1))/(n-2*m+i)!))/(n-2*m));

PROG

(Maxima)

a(n):=2*n!*sum((2^(-(n-2*m)-1)*(n-2*m)!*(-1)^(n-m-1)*sum((2^(i+n-2*m)*stirling1(n-2*m+i, n-2*m)*binomial(n-1, n-2*m+i-1))/(n-2*m+i)!, i, 0, 2*m))/(n-2*m), m, 0, (n-1)/2);

CROSSREFS

Sequence in context: A153526 A153554 A139018 * A191570 A052707 A059862

Adjacent sequences:  A110705 A110706 A110707 * A110709 A110710 A110711

KEYWORD

sign

AUTHOR

Vladimir Kruchinin (kru(AT)ie.tusur.ru), Jun 12 2011

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 11:51 EST 2012. Contains 205908 sequences.