1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 3, 5, 5, 5, 5, 3, 6, 6, 6, 6, 6, 3, 6, 7, 7, 7, 7, 7, 4, 7, 8, 8, 8, 8, 8, 8, 4, 7, 9, 9, 9, 9, 9, 9, 9, 4, 8, 10, 10, 10, 10, 10, 10, 10, 10, 4, 8, 11, 11, 11, 11, 11, 11, 11, 11, 11, 4, 8, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 4, 9, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 4, 9, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 4, 9
Offset: 2
Triangle begins:
1;
2, 2;
2, 3, 3;
3, 4, 4, 4;
3, 5, 5, 5, 5;
3, 6, 6, 6, 6, 6;
3, 6, 7, 7, 7, 7, 7;
4, 7, 8, 8, 8, 8, 8, 8;
4, 7, 9, 9, 9, 9, 9, 9, 9;
4, 8, 10, 10, 10, 10, 10, 10, 10, 10;
...
If we have 8 items, 3 of which are defective, we can identify the 3 defectives in 6 tests:
Test 1. T..TT...
Test 2. T....TT.
Test 3. .T.T.T..
Test 4. .T..T.T.
Test 5. ..T.TT..
Test 6. ..TT..T.
For example: If tests (1,2,3,4,5) are positive, then items (1,2,5) are the defectives. If tests (2,3,4,5,6) are positive, then items (6,7,8) are the defectives. If tests (2,4,5,6) are positive, then items (3,7,8) are the defectives.
Comments