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”).

A368577
Irregular table T(n, k), n >= 0, k = 1..A036497(n), read by rows; the n-th row lists the numbers m such that A331835(m) = n.
2
0, 1, 2, 3, 4, 5, 6, 8, 7, 9, 10, 16, 11, 12, 17, 13, 18, 14, 19, 20, 15, 21, 32, 22, 24, 33, 23, 25, 34, 64, 26, 35, 36, 65, 27, 28, 37, 66, 29, 38, 40, 67, 68, 30, 39, 41, 69, 128, 31, 42, 48, 70, 72, 129, 43, 44, 49, 71, 73, 130, 256, 45, 50, 74, 80, 131, 132, 257
OFFSET
0,3
COMMENTS
As a flat sequence, this is a permutation of the nonnegative integers (with inverse A368578).
FORMULA
T(n, 1) = A345297(n).
T(n, A036497(n) = A200947(n).
EXAMPLE
Table T(n, k) begins:
n n-th row
-- ------------------
0 0
1 1
2 2
3 3, 4
4 5
5 6, 8
6 7, 9
7 10, 16
8 11, 12, 17
9 13, 18
10 14, 19, 20
11 15, 21, 32
12 22, 24, 33
13 23, 25, 34, 64
14 26, 35, 36, 65
15 27, 28, 37, 66
16 29, 38, 40, 67, 68
PROG
(PARI) See Links section.
CROSSREFS
Sequence in context: A266196 A215501 A117333 * A361376 A358143 A078840
KEYWORD
nonn,base,tabf
AUTHOR
Rémy Sigrist, Dec 31 2023
STATUS
approved