The Effect of Base on Numeric Fields
A Simple Investigation into Base and Modular Patterns
Today I have been investigating how number systems behave when expressed in different bases.
While experimenting with sequences generated in different bases and examining them under modular reduction, I began to notice a pattern. Regardless of which base was used, the resulting numeric sequences often formed a kind of mirrored structure. The values would appear to move outward and then return inward in a symmetrical fashion.
This observation suggested that the structure might not be tied to any particular base, but instead might be a property of the relationship between a base and its modulus.
To explore this idea further I generated number sequences using the following pattern:
Base n mod (n − 1)
For example:
Base 9 mod 8
Base 8 mod 7
Base 7 mod 6
Base 6 mod 5
Base 5 mod 4
Base 4 mod 3
Base 3 mod 2
Base 2 mod 1
For each of these systems I computed the first 33 increments and then plotted the results.
To make the patterns easier to visualize:
- Red indicates expansion or outward flow (+)
- Gray indicates contraction or inward flow (−)
When the sequences are visualized this way, something interesting becomes visible.
The paths produced by the sequences tend to form mirrored palindromes.
In other words, the numeric field appears to expand outward from a center point and then return along a symmetric path.
Stillness and Motion
One particularly interesting case appears when the system collapses to Base-2 mod-1.
With only two states available the structure simplifies dramatically. Instead of forming a complex oscillating pattern, the system reduces to a simple reflective symmetry.
This can be visualized as a form of balanced stillness:

When additional states are introduced, however, the system begins to exhibit a dynamic pattern of alternating expansion and contraction.
This produces a kind of balanced motion:

Numeric Fields Across Different Bases
Below are the charts generated for each base system.
Each chart shows the first 33 values produced under the base/modulus relationship described earlier.
Red paths represent outward movement in the sequence.
Gray paths represent inward return.
Together they reveal the mirrored structure of the numeric field.
Base 9 mod 8


Base 8 mod 7


Base 7 mod 6


Base 6 mod 5


Base 5 mod 4


Base 4 mod 3


Base 3 mod 2


Base 2 mod 1


Observations
Across every base examined, the numeric field produces a similar pattern.
The sequences expand outward and then contract inward in mirrored fashion. The number of states in the base changes the geometry of the pattern, but the underlying symmetry remains.
This suggests that the structure is not specific to any one number system. Instead it may arise from the deeper relationship between positional bases and modular arithmetic.
In that sense, the base simply determines the resolution through which the numeric field is expressed.
A Question
If mirrored expansion and contraction appear naturally across base systems, then an interesting question arises.
Are these patterns simply visual artifacts of modular arithmetic, or do they hint at deeper structural properties of numerical systems themselves?
Understanding that relationship may reveal new ways of visualizing and navigating large numerical spaces.
.:.