A345101 Irregular triangle T(n, k) read by rows, n >= 0, k = 1..A000119(n); the n-th row contains the numbers m such that A022290(m) = n, in increasing order.
0, 1, 2, 3, 4, 5, 6, 8, 7, 9, 10, 11, 12, 16, 13, 17, 14, 18, 15, 19, 20, 21, 22, 24, 32, 23, 25, 33, 26, 34, 27, 28, 35, 36, 29, 37, 30, 38, 40, 31, 39, 41, 42, 43, 44, 48, 64, 45, 49, 65, 46, 50, 66, 47, 51, 52, 67, 68, 53, 69, 54, 56, 70, 72, 55, 57, 71, 73
Offset: 0
Examples
Triangle begins: 0 [0] 1 [1] 2 [2] 3 [3, 4] 4 [5] 5 [6, 8] 6 [7, 9] 7 [10] 8 [11, 12, 16] 9 [13, 17] 10 [14, 18] 11 [15, 19, 20] 12 [21]
Links
Programs
-
PARI
See Links section.
Comments