geometric

emlib.numberseries.geometric(n, start=1, expon=1.618033988749895)[source]

Generates a geometric series. With expon==PHI, results in a fibonacci series

Parameters:
  • n (int) – number of items to generate

  • start – the starting number of the series

  • expon – the exponential of the series

Return type:

List[int]

Returns:

a list of n elements