cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A127751 Inverse of number triangle A(n,k)=if(k<=n,if(n<=2k,1/(3n+1),0),0).

Original entry on oeis.org

1, 0, 4, 0, -4, 7, 0, 4, -7, 10, 0, 0, 0, -10, 13, 0, -4, 7, 0, -13, 16, 0, 0, 0, 0, 0, -16, 19, 0, 4, -7, 10, 0, 0, -19, 22, 0, 0, 0, 0, 0, 0, 0, -22, 25, 0, 0, 0, -10, 13, 0, 0, 0, -25, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, -28, 31, 0, -4, 7, 0, -13
Offset: 0

Views

Author

Paul Barry, Jan 28 2007

Keywords

Comments

Row sums A127752 mod 2 are conjectured to be first Feigenbaum symbolic sequence A035263.

Examples

			Triangle begins
  1;
  0,  4;
  0, -4,  7;
  0,  4, -7,  10;
  0,  0,  0, -10,  13;
  0, -4,  7,   0, -13,  16;
  0,  0,  0,   0,   0, -16,  19;
  0,  4, -7,  10,   0,   0, -19,  22;
  0,  0,  0,   0,   0,   0,   0, -22,  25;
  0,  0,  0, -10,  13,   0,   0,   0, -25,  28;
  0,  0,  0,   0,   0,   0,   0,   0,   0, -28,  31;
  0, -4,  7,   0, -13,  16,   0,   0,   0,   0, -31,  34;
  0,  0,  0,   0,   0,   0,   0,   0,   0,   0,   0, -34, 37;
Inverse of
  1;
  0, 1/4;
  0, 1/7, 1/7;
  0,  0,  1/10, 1/10;
  0,  0,  1/13, 1/13, 1/13;
  0,  0,   0,   1/16, 1/16, 1/16;
  0,  0,   0,   1/19, 1/19, 1/19, 1/19;
  0,  0,   0,    0,   1/22, 1/22, 1/22, 1/22;
  0,  0,   0,    0,   1/25, 1/25, 1/25, 1/25, 1/25;
  0,  0,   0,    0,    0,   1/28, 1/28, 1/28, 1/28, 1/28;
  0,  0,   0,    0,    0,   1/31, 1/31, 1/31, 1/31, 1/31, 1/31;