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).
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
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.
Links
- Omar E. Pol, Determinacion geometrica de los numeros primos y perfectos [From _Omar E. Pol_, Jul 20 2009]
- Omar E. Pol, Illustration: Divisors and pi(x) [From _Omar E. Pol_, Jul 20 2009]
Crossrefs
Extensions
Submitted without a definition, which was supplied by Jon E. Schoenfield, Dec 13 2008