numberseries: Generate diverse number series

Generate diverse number series (fibonacci, lucas, tribonacci, …)

Functions

fibonacci(n[, a, b])

Calculate the first n numbers of the the fibonacci series

geometric(n[, start, expon])

Generates a geometric series.

ifibonacci([a, b])

Returns an iterator over the numbers of the fibonacci series

lucas(n[, a, b])

Calculate the first n numbers of the luca series

padovan(n[, a, b, c])

Generate n elements of the padovan sequence

tribonacci(n[, a, b, c])

Calculate the first n numbers of the tribonacci series