|
Search: id:A067621
|
|
|
| A067621 |
|
Let t = coefficient of x^(2n+1) in expansion of sin(x)/(1-x^2); a(n)=denominator(t)-numerator(t). |
|
+0 1
|
|
| 0, 1, 19, 799, 57527, 6327971, 39486539, 207304329751, 4337444437867, 19284277970756683, 8099396747717806859, 819658950869042054131, 2458976852607126162392999, 1726201750530202565999885299
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Old description: consider the power series of sin(x)/(x+1)=N(0)/D(0)*(x-x^2)+...+N(k)/D(k)*(x^(2k+1)-x^(2k+2))+...; then a(n)=D(n)-N(n).
|
|
FORMULA
|
a(n) is the difference between denominator and numerator of sum(i=0, n, (-1)^i/(2i+1)!)
|
|
PROGRAM
|
(PARI) a(n)=local(t); if(n<0, 0, t=polcoeff(sin(x+O(x^(2*n+2)))/(1-x^2), 2*n+1); denominator(t)-numerator(t)) - Michael Somos Feb 01 2004
|
|
CROSSREFS
|
Sequence in context: A041687 A041684 A157165 this_sequence A135562 A139194 A005535
Adjacent sequences: A067618 A067619 A067620 this_sequence A067622 A067623 A067624
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 02 2002
|
|
|
Search completed in 0.002 seconds
|