login
A167384
Irregular table with the left half of the array described in A167381.
1
1, 3, 5, 6, 9, 10, 13, 14, 17, 18, 21, 22, 23, 27, 28, 29, 33, 34, 35, 39, 40, 41, 45, 46, 47, 51, 52, 53, 57, 58, 59, 60, 65, 66, 67, 68, 73, 74, 75, 76, 81, 82, 83, 84, 89, 90, 91, 92, 97, 98, 99, 100
OFFSET
0,2
FORMULA
T(n,k) = T(n,k-1)+1, k>=1.
EXAMPLE
1;
3;
5,6;
9,10;
13,14;
17,18;
21,22,23;
27,28,29;
33,34,35;
39,40,41;
CROSSREFS
Cf. A001670 (number of terms per row), A167381 (last term of row n), A167413.
Sequence in context: A085705 A187417 A072716 * A112649 A050083 A081175
KEYWORD
nonn,tabf
AUTHOR
Paul Curtz, Nov 02 2009
STATUS
approved