generateFibi

Generates an infinite Fibonacci sequence starting from the firstElement and secondElement. The sequence is lazily evaluated, meaning elements are computed as they are requested.

Return

A sequence of Fibonacci numbers.