551125domain: NAppears in sequencesa(n) is the least multiple of n of the form Sum_{k >= 0} e_k * b^k where b > 2 and Sum_{k >= 0} e_k * 2^k is the binary representation of n.at n=24A333140a(n) = Sum_{d|n} d^(n/d) * binomial(n/d-1,d-1).at n=26A376020