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.

A159905 Triangle read by rows, Mobius transform of A004736.

Original entry on oeis.org

1, 1, 1, 2, 2, 1, 2, 2, 2, 1, 4, 4, 3, 2, 1, 2, 2, 3, 3, 2, 1, 6, 6, 5, 4, 3, 2, 1, 4, 4, 4, 4, 4, 3, 2, 1, 6, 6, 6, 6, 5, 4, 3, 2, 1, 4, 4, 5, 5, 5, 5, 4, 3, 2, 1, 10, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 4, 4, 4, 5, 6, 6, 6, 5, 4, 3, 2, 1
Offset: 1

Views

Author

Gary W. Adamson, Apr 25 2009

Keywords

Comments

Row sums = A007438, Mobius transform of the triangular numbers.
Left border = phi(n), A000010.

Examples

			First few rows of the triangle =
1;
1, 1;
2, 2, 1;
2, 2, 2, 1;
4, 4, 3, 2, 1;
2, 2, 3, 3, 2, 1;
6, 6, 5, 4, 3, 2, 1;
4, 4, 4, 4, 4, 3, 2, 1;
6, 6, 6, 6, 5, 4, 3, 2, 1;
4, 4, 5, 5, 5, 5, 4, 3, 2, 1;
...
		

Crossrefs

Formula

Triangle read by rows, A054525 * A004736. A054525 = the Mobius transform, A004736 = the natural number "decrescendo" triangle: (1; 2,1; 3,2,1;...)