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.

A135830 A000012(signed) * A049310 * A000012.

Original entry on oeis.org

1, 0, 1, 2, 0, 1, 1, 3, 0, 1, 4, 1, 4, 0, 1, 4, 7, 1, 5, 0, 1, 9, 5, 11, 1, 6, 0, 1, 12, 16, 6, 16, 1, 7, 0, 1, 22, 17, 27, 7, 22, 1, 8, 0, 1, 33, 38, 23, 43, 8, 29, 1, 9, 0, 1
Offset: 1

Views

Author

Gary W. Adamson, Nov 30 2007

Keywords

Comments

Row sums A010049: (1, 1, 3, 5, 10, 18, 33, ...).

Examples

			First few rows of the triangle:
   1;
   0,  1;
   2,  0,  1;
   1,  3,  0,  1;
   4,  1,  4,  0,  1;
   4,  7,  1,  5,  0,  1;
   9,  5, 11,  1,  6,  0,  1;
  12, 16,  6, 16,  1,  7,  0,  1;
  ...
		

Crossrefs

Formula

A000012(signed) * A049310 * A000012, as infinite lower triangular matrices, where A000012(signed) = (1; -1,1; 1,-1,1; ...).