418574domain: NAppears in sequencesSum over all partitions of n of the sum of the parts that are smaller than the largest part.at n=35A116688a(n) = 25 + floor( Sum_{j=1..n-1} a(j)/2 ).at n=24A120148