Starting with $u^{(0)}=0, u^{(1)}=0, u^{(2)}=1$, define the sequence of tribonacci numbers $u^{(k)}$ by adding the previous three to get the next one. For instance, $u^{(3)}=u^{(0)}+u^{(1)}+u^{(2)}=1$. (a) Write out the next four tribonacci numbers. (b) Find a third order iterative equation for the $k^{\text {th }}$ tribonacci number. (c) Explain why the tribonacci numbers are all integers. (d) Find an explicit formula for the solution, using a computer to approximate the eigenvalues. (c) Do they grow faster than the usual Fibonacci numbers? What is their overall rate of growth?