tribonacci

emlib.numberseries.tribonacci(n, a=0, b=0, c=1)[source]

Calculate the first n numbers of the tribonacci series

Return type:

List[int]