login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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).
11
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,8
EXAMPLE
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.
KEYWORD
nonn,tabl
AUTHOR
Omar E. Pol, Nov 16 2008, Jul 20 2009
EXTENSIONS
Submitted without a definition, which was supplied by Jon E. Schoenfield, Dec 13 2008
STATUS
approved