padovan

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

Generate n elements of the padovan sequence

https://en.wikipedia.org/wiki/Padovan_sequence

Return type:

List[int]