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.

A130208 Diagonalized matrix of A000203, sigma(n).

Original entry on oeis.org

1, 0, 3, 0, 0, 4, 0, 0, 0, 7, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24
Offset: 1

Views

Author

Gary W. Adamson, May 16 2007

Keywords

Comments

A130207 replaces sigma(n) with phi(n), A000010. A130209 replaces sigma(n) with d(n), A000005.

Examples

			First few rows of the triangle are:
1;
0, 3;
0, 0, 4;
0, 0, 0, 7;
0, 0, 0, 0, 6;
0, 0, 0, 0, 0, 12;
...
		

Crossrefs

Programs

Formula

Infinite lower triangular matrix with A000203, sigma(n), in the main diagonal and the rest zeros.

Extensions

Data section extended up to a(120) by Antti Karttunen, Jan 17 2025