986390domain: NAppears in sequencesa(n) = 1 + a(floor(n/2))*a(ceiling(n/2)) for n > 1, a(1) = 2.at n=16A005469Recursive sequence; one more than maximum of products of pairs of previous terms with indices summing to current index.at n=33A091980