I am working on a java tribonacci (where each term is the sum of the three preceding terms.) sequence where Fn = F(n-1) + F(n-2) + F(n-3) and the first thre