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.

A156241 Triangle read by rows, T(n,k). If k divides n then A008683(n)*A008683(k).

Original entry on oeis.org

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

Views

Author

Mats Granvik, Feb 07 2009

Keywords

Comments

A008683 is found in the first column. A087003 appears in the second column.
The definition does not match the values for n=k. Apparently T(n,n) has been set to 1, not mu(n)*mu(n). [From R. J. Mathar, Mar 14 2009]