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.

A181653 Generalized (conditional) Riordan array with k-th column generated by x^k*(1+x) if k mod 2 = 0, x^k*(1+x+x^2) otherwise.

Original entry on oeis.org

1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1
Offset: 0

Views

Author

Paul Barry, Nov 03 2010

Keywords

Comments

Row sums are A174296. A181654 is an eigentriangle.

Examples

			Triangle begins
  1;
  1, 1;
  0, 1, 1;
  0, 1, 1, 1;
  0, 0, 0, 1, 1;
  0, 0, 0, 1, 1, 1;
  0, 0, 0, 0, 0, 1, 1;
  0, 0, 0, 0, 0, 1, 1, 1;
  0, 0, 0, 0, 0, 0, 0, 1, 1;
  0, 0, 0, 0, 0, 0, 0, 1, 1, 1;
  0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1;
Production matrix begins
   1,  1;
  -1,  0,  1;
   1,  1,  0,  1;
   0, -1, -1,  0,  1;
   0,  1,  1,  1,  0,  1;
   0,  0,  0, -1, -1,  0,  1;
   0,  0,  0,  1,  1,  1,  0,  1;
   0,  0,  0,  0,  0, -1, -1,  0,  1;
   0,  0,  0,  0,  0,  1,  1,  1,  0,  1;
   0,  0,  0,  0,  0,  0,  0, -1, -1,  0,  1;