3148143domain: NAppears in sequencesa(n) = 3*a(n-1) + 2*a(n-2) + a(n-3) if n>=3, otherwise a(n) = n.at n=13A100477