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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009343 E.g.f. log(1+sin(x)/exp(x)). 0
0, 1, -3, 10, -50, 340, -2888, 29440, -350160, 4759760, -72787488, 1236761920, -23115758720, 471323145280, -10410977045888, 247656022739200, -6312036805140480, 171600628707334400, -4956751714926617088 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=2*sum(k=1..n, sum(j=0..(n-k)/2, binomial(n,n-k-2*j)*(k^(n-k-2*j)*sum(i=0..k/2, (2*i-k)^(k+2*j)*binomial(k,i)*(-1)^(k+j-i))))/(2^k*k)). [From Vladimir Kruchinin, Jun 13 2011]

PROG

(Maxima)

a(n):=2*sum(sum(binomial(n, n-k-2*j)*(k^(n-k-2*j)*sum((2*i-k)^(k+2*j)*binomial(k, i)*(-1)^(k+j-i), i, 0, k/2)), j, 0, (n-k)/2)/(2^k*k), k, 1, n); [From Vladimir Kruchinin, Jun 13 2011]

CROSSREFS

Sequence in context: A102088 A088142 A049370 * A048175 A192482 A020132

Adjacent sequences:  A009340 A009341 A009342 * A009344 A009345 A009346

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 16 01:31 EST 2012. Contains 205860 sequences.