2111110
domain: N
Appears in sequences
- Variation on Golomb's sequence starting with (1,2): a(n)=length of n-th run of both consecutive integers and consecutive digits with same parity.at n=9A327143
- Ternary numbers consisting of a run of 2's, then a run of 1's, then a run of 0's.at n=24A371053
- Ternary numbers that are concatenated runs C(1)A(1)B(1)C(2)A(2)B(2)...C(k)A(k)B(k), where A(i) is a run of 1's, B(i) a run of 0's, and C(i) a run of 2's, for i = 1..k.at n=30A371111