131295domain: NAppears in sequencesSmallest multiple of n such that, when expressed in binary, in the string of bits the binary representation of n occurs after the n-1 most significant bits.at n=14A245470Triangle read by rows, T(n,k) = binomial(n, k)*hypergeom2F1(k - n, n + 1, k + 2, -2) for n >= 0 and 0 <= k <= n.at n=29A297704