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.

A147861 Triangle read by rows: T(n,k)=min(k, n/k) if k divides n, T(n,k)=0 otherwise (n >=1, 1<=k<=n).

Original entry on oeis.org

1, 1, 1, 1, 0, 1, 1, 2, 0, 1, 1, 0, 0, 0, 1, 1, 2, 2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 2, 0, 2, 0, 0, 0, 1, 1, 0, 3, 0, 0, 0, 0, 0, 1, 1, 2, 0, 0, 2, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 3, 0, 2, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Omar E. Pol, Nov 16 2008, Jul 20 2009

Keywords

Examples

			Triangle begins:
1;
1,1;
1,0,1;
1,2,0,1;
1,0,0,0,1;
1,2,2,0,0,1;
1,0,0,0,0,0,1;
1,2,0,2,0,0,0,1;
1,0,3,0,0,0,0,0,1;
1,2,0,0,2,0,0,0,0,1;
1,0,0,0,0,0,0,0,0,0,1;
1,2,3,3,0,2,0,0,0,0,0,1;
1,0,0,0,0,0,0,0,0,0,0,0,1;
1,2,0,0,0,0,2,0,0,0,0,0,0,1;
1,0,3,0,3,0,0,0,0,0,0,0,0,0,1;
1,2,0,4,0,0,0,2,0,0,0,0,0,0,0,1;
1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1;
1,2,3,0,0,3,0,0,2,0,0,0,0,0,0,0,0,1;
1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1;
1,2,0,4,4,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1;
1,0,3,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1;
1,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1;
1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1;
1,2,3,4,0,4,0,3,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1;
1,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1;
1,2,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1;
1,0,3,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1;
1,2,0,4,0,0,4,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1;
1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1;
1,2,3,0,5,5,0,0,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1;
...
Row sums: A117004.
		

Crossrefs

Extensions

Submitted without a definition, which was supplied by Jon E. Schoenfield, Dec 13 2008