I have been thinking about finding an explicit formula for the tribonacci numbers, where, namely:
$$a_n = a_{n-1}+a_{n-2}+a_{n-3}$$
and $a_1 = 0, a_1 = 1, a_2 = 1.$ Obviously, these beginning terms can be shifted, but we'll leave them as such for now.
This has proven difficult, and I'm still not sure how it's done, but what about the general sequence:
$$a_n = xa_{n-1}+ya_{n-2}+za_{n-3}$$
With arbitrary $a_1, a_2,$ and $a_3.$ How is a tribonacci explicit formula calculated?
Cheers.