Tribonacci sequences are generalization of Fibonacci sequences having a unique shape and easily recognizable, where each subsequence term obtained by summing of the previous three terms that begins with 0, 0, and 1. Pascal’s triangle shape is obtained from the coefficients of the powers of summation of the two numbers, i.e. (x+y)^n. All numbers in every row of the Pascal’s triangle …