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.

A153659 Triangle read by rows. A074206 interleaved with k-1 zeros in the k-th column.

Original entry on oeis.org

1, 1, 1, 1, 0, 1, 2, 1, 0, 1, 1, 0, 0, 0, 1, 3, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 4, 2, 0, 1, 0, 0, 0, 1, 2, 0, 1, 0, 0, 0, 0, 0, 1, 3, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 3, 2, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Mats Granvik, Dec 30 2008

Keywords

Comments

By moving the term in the lower right corner to the upper right corner and then calculating the determinant one gets the sequence 1,-1,-1,-1,-1,-1,-1,-1,... The contributing permutation matrices have the same signs as the contributing permutation matrices in the Möbius function determinant. It is conjectured that their number is A074206.

Examples

			Table begins:
  1;
  1,1;
  1,0,1;
  2,1,0,1;
  1,0,0,0,1;
  3,1,1,0,0,1;
  1,0,0,0,0,0,1;
  4,2,0,1,0,0,0,1;
  2,0,1,0,0,0,0,0,1;
  3,1,0,0,1,0,0,0,0,1;
  ...
		

Crossrefs

Programs

  • Excel
    =if(mod(row();column())=0;lookup(row()/column();A000027;A074206);0)