OFFSET
0,8
COMMENTS
See A353293 for the other k's.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 0..9841 (rows for n = 0..511 flattened)
EXAMPLE
Irregular table T(n, k) begins:
0: [0]
1: [0]
2: [0, 1]
3: [0]
4: [0, 1, 2, 3]
5: [0, 2]
6: [0, 1]
7: [0]
8: [0, 1, 2, 3, 4, 5, 6, 7]
9: [0, 2, 4, 6]
10: [0, 1, 4, 5]
11: [0, 4]
12: [0, 1, 2, 3]
13: [0, 2]
14: [0, 1]
15: [0]
PROG
(PARI) row(n) = select(k -> bitand(n, k)==0, [0..n])
CROSSREFS
KEYWORD
AUTHOR
Rémy Sigrist, Apr 09 2022
STATUS
approved