The function output alternates between -1 and 1, where odd multiples of a specific base value yield 1, and even multiples of that base value yield -1. This base value seems to be 8. The alternating behavior does not persist for every input, but mainly for multiples of the base value.

