2, 4, 5, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79
Offset: 1
From _Boris Putievskiy_, Jan 14 2013: (Start)
Start of the sequence as a table (read by antidiagonals, right to left), where the k-th row corresponds to the k-th column of the triangle (shown thereafter):
2, 4, 7, 11, 16, 22, 29, ...
5, 8, 12, 17, 23, 30, 38, ...
9, 13, 18, 24, 31, 39, 48, ...
14, 19, 25, 32, 40, 49, 59, ...
20, 26, 33, 41, 50, 60, 71, ...
27, 34, 42, 51, 61, 72, 84, ...
35, 43, 52, 62, 73, 85, 98, ...
(...)
Start of the sequence as a triangle (read by rows), where the i elements of the i-th row are t(i) + 1 up to t(i+1) - 1, i >= 1:
2;
4, 5;
7, 8, 9;
11, 12, 13, 14;
16, 17, 18, 19, 20;
22, 23, 24, 25, 26, 27;
29, 30, 31, 32, 33, 34, 35;
(...)
Row number i contains i numbers, where t(i) = i*(i+1)/2:
t(i) + 1, t(i) + 2, ..., t(i) + i = t(i+1) - 1
(End) [Edited by _Daniel Forgues_, Apr 11 2015]
Comments