18615716domain: NAppears in sequencesa(n)=a(n-1)*(2^K)+ n*(n+1)/2 ; a(0)=1; K=floor(log_2 n*(n+1)/2).at n=8A136310