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.

Showing 1-1 of 1 results.

A127573 Triangle T(n, k) = k*sigma(k) if k divides n, else 0.

Original entry on oeis.org

1, 1, 6, 1, 0, 12, 1, 6, 0, 28, 1, 0, 0, 0, 30, 1, 6, 12, 0, 0, 72, 1, 0, 0, 0, 0, 0, 56, 1, 6, 0, 28, 0, 0, 0, 120, 1, 0, 12, 0, 0, 0, 0, 0, 117, 1, 6, 0, 0, 30, 0, 0, 0, 0, 180, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132, 1, 6, 12, 28, 0, 72, 0, 0, 0, 0, 0, 336
Offset: 1

Views

Author

Gary W. Adamson, Jan 19 2007

Keywords

Comments

Right border = n*sigma(n), A064987; row sums = A001001.

Examples

			First few rows of the triangle:
  1;
  1, 6;
  1, 0, 12;
  1, 6,  0, 28;
  1, 0,  0,  0, 30;
  ...
		

Crossrefs

Extensions

Corrected, extended and edited by Andrey Zabolotskiy, Sep 18 2022
Showing 1-1 of 1 results.