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”).

A127711
Inverse of the triangle A(n,k) = 1/F(n+1) if k <= n <= 2k, 0 otherwise.
2
1, 0, 1, 0, -1, 2, 0, 1, -2, 3, 0, 0, 0, -3, 5, 0, -1, 2, 0, -5, 8, 0, 0, 0, 0, 0, -8, 13, 0, 1, -2, 3, 0, 0, -13, 21, 0, 0, 0, 0, 0, 0, 0, -21, 34, 0, 0, 0, -3, 5, 0, 0, 0, -34, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, -55, 89, 0, -1, 2, 0, -5, 8, 0, 0, 0, 0, -89, 144
OFFSET
0,6
COMMENTS
It is conjectured that all elements of this triangle are integers. Row sums are A127712.
EXAMPLE
Triangle begins
1;
0, 1;
0, -1, 2;
0, 1, -2, 3;
0, 0, 0, -3, 5;
0, -1, 2, 0, -5, 8;
0, 0, 0, 0, 0, -8, 13;
0, 1, -2, 3, 0, 0, -13, 21;
0, 0, 0, 0, 0, 0, 0, -21, 34;
0, 0, 0, -3, 5, 0, 0, 0, -34, 55;
0, 0, 0, 0, 0, 0, 0, 0, 0, -55, 89;
0, -1, 2, 0, -5, 8, 0, 0, 0, 0, -89, 144;
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -144, 233;
Triangle is the inverse of the triangle
1;
0, 1;
0, 1/2, 1/2;
0, 0, 1/3, 1/3;
0, 0, 1/5, 1/5, 1/5;
0, 0, 0, 1/8, 1/8, 1/8;
0, 0, 0, 1/13, 1/13, 1/13, 1/13;
0, 0, 0, 0, 1/21, 1/21, 1/21, 1/21;
0, 0, 0, 0, 1/34, 1/34, 1/34, 1/34, 1/34;
CROSSREFS
Sequence in context: A327853 A080099 A268040 * A336937 A069584 A069585
KEYWORD
sign,tabl
AUTHOR
Paul Barry, Jan 24 2007
STATUS
approved