375775domain: NAppears in sequencesa(0) = 0, a(n) = a(n - 1)*2^(n + 1) + 2^n - 1. That is, add one 0 and n 1's to the binary representation of previous term.at n=5A215203Smallest number whose binary expansion has n distinct run-sums.at n=5A353930