635607domain: NAppears in sequencesa(n) = a(n-2) + a(n-1) + floor(n/2) + 1 for n > 1 and a(0)=0, a(1)=1.at n=26A215005