Abstract
Software GAMMA_OEISProgram to compute both the sets of periods sets and the set of dying period setsWe provide a Python program called =incremental_gamma_dead_period_sets.py= to compute $\Gamma_n$ and $D_{n-1}$ from $\Gamma_{n-1}$, where- $\Gamma_n$ the set of all period sets of all words of length $n$- $D_{n}$ the set of dying period set for words of length $n$.Both $\Gamma_n$ and $D_{n}$ are combinatorial sets related to the possible combinations of self-overlaps in finite words/strings (which are synonymous terms meaning sequences of symbols).For precise definitions and bibliographic reference, please consult the README file (pdf).