UNNS — Interactive Dependency Explorer (+Exports & Graph)
Core Calculator
Integer Zones (M = kN)
For a fixed N, s_N(M)
is integer exactly when N | M
. Then s_N(kN)=k*(N+1)^2
.
Cross-Nest Search (Exact Equality)
Given (N₁,M₁), find all (N₂,M₂) with equal value. Uses exact cross-multiplication: M₁(N₁+1)²N₂ = M₂(N₂+1)²N₁
. Below is a schematic grid/tree layout connecting matches to the target.
Value Clustering (mod k)
Color the grid of (N,M) by s_N(M) mod k
. Adjust the grid and modulus to reveal clustering patterns.
Recursive Curiosities
Diagonal identity: s_N(N) = (N+1)^2
.
Self-Tests (Assertions)
Quick checks to validate identities.
Press G to jump to the top.