30149565domain: NAppears in sequencesa(n)=n for n<=3; thereafter a(n)=a(n-1)+a(n-2)+a(n-3)+1.at n=29A213967