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.

A173539 Square array read by antidiagonals: T(n,k)=0 if k is a divisor of n, otherwise T(n,k)=k.

Original entry on oeis.org

0, 0, 2, 0, 0, 3, 0, 2, 3, 4, 0, 0, 0, 4, 5, 0, 2, 3, 4, 5, 6, 0, 0, 3, 0, 5, 6, 7, 0, 2, 0, 4, 5, 6, 7, 8, 0, 0, 3, 4, 0, 6, 7, 8, 9, 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 0, 0, 0, 0, 5, 0, 7, 8, 9, 10, 11, 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 0, 0, 3, 4, 5, 6, 0, 8, 9, 10, 11, 12, 13, 0, 2, 0, 4, 0, 6, 7, 8, 9
Offset: 1

Views

Author

Omar E. Pol, May 25 2010

Keywords

Comments

Observation: Column k is the sequence defined as: Period k: repeat (k-1 numbers k together with zero).
Note that the positive terms in row n are the non-divisors of n (See also A173540 and A173541).

Examples

			Array begins:
0,2,3,4,5,6,7,8,9,10,11,12;
0,0,3,4,5,6,7,8,9,10,11;
0,2,0,4,5,6,7,8,9,10;
0,0,3,0,5,6,7,8,9;
0,2,3,4,0,6,7,8;
0,0,0,4,5,0,7;
0,2,3,4,5,6;
0,0,3,0,5;
0,2,0,4;
0,0,3;
0,2;
0;
		

Crossrefs