|
Search: id:A007682
|
|
|
| A007682 |
|
a(n) = - Sum (n+k)!a(k)/(2k)!, k = 0..n-1. (Formerly M5044)
|
|
+0 1
|
|
| 1, -1, 1, 1, -1, -17, -107, -415, 1231, 56671, 924365, 11322001, 97495687, -78466897, -31987213451, -1073614991039, -26754505127713, -558657850929473, -9259584394031075, -70982644052430799, 3334438016903221111, 240585292388924690959, 10679411902033402697861
(list; graph; listen)
|
|
|
OFFSET
|
0,6
|
|
|
REFERENCES
|
H. W. Gould, A class of binomial sums and a series transformation, Utilitas Math., 45 (1994), 71-83.
|
|
MAPLE
|
A007682 := proc(n) option remember; if n=0 then RETURN(1) fi; if n>0 then RETURN((-1)*add((n+k)!*'A007682(k)'/(2*k)!, k=0..n-1 )) fi; end;
|
|
CROSSREFS
|
Sequence in context: A095785 A121823 A142321 this_sequence A125327 A126485 A080441
Adjacent sequences: A007679 A007680 A007681 this_sequence A007683 A007684 A007685
|
|
KEYWORD
|
sign,easy,nice
|
|
AUTHOR
|
njas
|
|
|
Search completed in 0.002 seconds
|