The ordinary Fibonacci sequence starts with two 1s and generates each new term by adding the previous two. A natural generalization, called the k-generalized Fibonacci sequence, extends this idea by summing the previous k terms instead of just two. For example, with k equal to 3 you get the Tribonacci numbers. These sequences have been studied for decades, but finding clean, unified formulas that work for all values of k remains a worthwhile challenge.
The central contribution of this paper is an integral representation of these k-generalized Fibonacci numbers. This means the authors express the terms of the sequence as the output of a certain integral, specifically a contour integral in the complex plane. Contour integration is a technique from complex analysis where you integrate a function along a path through the complex plane, and it is a powerful tool precisely because it can extract discrete information like integer sequences from continuous mathematical objects.
Having this integral form turns out to be useful beyond just a novel way to write down the numbers. The authors show that the representation makes it straightforward to derive several known identities for these sequences, essentially because properties of integrals can do the heavy lifting. They also use it to produce a Binet-type formula, which is a closed-form expression giving the exact value of the nth term without having to compute all the preceding ones. The classical Binet formula for ordinary Fibonacci numbers involves powers of the golden ratio, and this work extends that spirit to the broader family of k-generalized sequences.