login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A006547
Sum ((-1)^(i+1)*binomial(n,i)*2^i*(2*i-1)!,i=1..n).
0
0, 2, -20, 894, -76936, 11218330, -2486192988, 779417002070, -328459055125136, 179127562413460914, -122758432482044667940, 103274000340320165525422, -104642430930574639703548440, 125699390463431456337149276234
OFFSET
0,2
MATHEMATICA
Table[Sum[(-1)^(i+1) Binomial[n, i]2^i (2i-1)!, {i, n}], {n, 0, 20}] (* Harvey P. Dale, Oct 13 2011 *)
CROSSREFS
Sequence in context: A193483 A013148 A276892 * A290883 A135757 A301945
KEYWORD
sign
AUTHOR
STATUS
approved