116421domain: NAppears in sequencesNumbers n with property that for each single digit d of n, we can also see the decimal expansion of 2^d as a substring of n. Also n may not contain any zero digits.at n=33A135016a(n) = Sum_{j=1..n} Sum_{k=1..n} sigma(j*k).at n=20A372675