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.

A131255 A004070 * A000012(signed).

Original entry on oeis.org

1, 0, 1, 0, 1, 1, 1, 0, 2, 1, 0, 1, 1, 3, 1, 0, 1, 1, 3, 4, 1, 1, 0, 2, 2, 6, 5, 1, 0, 1, 1, 3, 5, 10, 6, 1, 0, 1, 1, 3, 5, 11, 15, 7, 1, 1, 0, 2, 2, 6, 10, 21, 21, 8, 1
Offset: 0

Views

Author

Gary W. Adamson, Jun 23 2007

Keywords

Comments

Row sums = A004695 starting (1, 1, 2, 4, 6, 10, 17, 27, 44, 72, ...). A058393 = A000012(signed) * A004070.

Examples

			First few rows of the triangle:
  1;
  0,  1;
  0,  1,  1;
  1,  0,  2,  1;
  0,  1,  1,  3,  1;
  0,  1,  1,  3,  4,  1;
  1,  0,  2,  2,  6,  5,  1;
  0,  1,  1,  3,  5, 10,  6,  1;
  0,  1,  1,  3,  5, 11, 15,  7,  1;
  1,  0,  2,  2,  6, 10,  2, 21,  8,  1;
  ...
		

Crossrefs

Formula

A004070 * A000012, where A000012 = (1; -1,1; 1,-1,1; ...).