decompwlj · deep analysis · verification report

Decomposition into weight × level + jump

$a(n) \;=\; $$k(n)$$\;\times\;$$L(n)$$\;+\;d(n)$

A study of Rémi Eismann’s construction (arXiv:0711.0865): significance, definitions, its relation to the Fundamental Theorem of Arithmetic and the sieve of Eratosthenes, the application to prime numbers and its conjectures, an analysis of the project’s figures, and an assessment of the framework as a bridge between multiplicative and additive number theory.

5 761 455primes sieved ($p<10^8$), 5 761 451 decomposed
{2, 3, 7}only non-decomposable primes — Thm 3.1 confirmed
0violations of Conjectures 7–8 — and a proof: they are theorems
{13, 31, 113, 131, 887}exactly the five Conjecture-4 exceptions, recovered
18.72 %level-classified fraction at $x=10^8$, decaying as $\log\log x/\log x$
Synopsis & provenance

Every numerical statement in this report was recomputed from scratch with an independent vectorized engine (sieve to $10^8$; staged divisor search; exact weights). The engine reproduces the paper’s Table 2 line by line, the classification counts of Table 6 exactly for $N\le 10^6$, and the first 40 terms of OEIS A117078 verbatim. Two contributions beyond verification emerge: (i) an elementary proof that Conjectures 7 and 8 of the paper are theorems — they reduce to a mod-3 dichotomy between the jump and $l(n)$, and are contrapositives of one another; (ii) a quantitative form of Conjecture 9, the framework’s native statement: the level-classified fraction obeys $f(x)\approx C(x)\,\log\log x/\log x$ with $C(10^8)\approx 1.18$, together with a divisor-window heuristic that predicts this shape and a new structural law, $P(\text{level}\mid g_n)$, governed by the prime factors of the gap.

Sources used: the paper 0711_0865v4.pdf, algos.txt, the figures supplied with the project, and the links of links.txt (arXiv, the OEIS wiki page, the OEIS sequences, decompwlj.com).

§1 Significance

§2 Definitions and first properties

§3 Relation to the FTA and the sieve of Eratosthenes

§4 Application to the primes; the nine conjectures

§5 Analysis of the figures

§6 The additive–multiplicative bridge: hypothetical impacts

§7 Detailed conclusion and future research

A Algorithms and reproducibility

§1

Significance

The decomposition into weight × level + jump assigns to every term of a strictly increasing integer sequence $a(1)<a(2)<\cdots$ a unique triple — a weight $k(n)$, a level $L(n)$, and a jump $d(n)$ — such that $a(n)=k(n)\times L(n)+d(n)$. The jump is purely additive data: the first difference $a(n{+}1)-a(n)$. The weight and level are purely multiplicative data: a distinguished divisor pair of the auxiliary number $l(n)=a(n)-d(n)$. The construction therefore welds the two kinds of structure that number theory usually has to study with separate tools, and it does so by an entirely elementary mechanism: a Euclidean division of $a(n)$ by its weight, in which the level is the quotient and the jump is the remainder.

Three features give the construction its character. First, it is universal and canonical: it applies to any strictly increasing sequence, needs no parameters, and (where it exists) the triple is unique. Eismann’s atlas at decompwlj.com carries this out for a thousand OEIS sequences, with 2D and 3D (three.js/WebGL) renderings, CSV data and a database dump, so the construction now functions as a comparative instrument: one can ask how the “shape” of a sequence’s decomposition reflects its growth and gap laws. Second, it is conservative over the classical theory: applied to the natural numbers it reproduces, exactly, the smallest-prime-factor / largest-proper-divisor pair of $n-1$ and hence a reformulation of the sieve of Eratosthenes (§3); the Fundamental Theorem of Arithmetic is what guarantees the weight is well defined. Third, applied to the primes themselves it produces something genuinely new: a partition of the primes into those classified by weight and those classified by level, an exhaustive bookkeeping of prime gaps against the divisor structure of the companion sequence $l(n)=2p(n)-p(n+1)$, and a family of conjectures of which one — Conjecture 9, the rarefaction of level-classified primes — is native to the framework rather than a transcription of a classical open problem.

That last distinction deserves emphasis, because it is the intellectual discipline that keeps the project honest. Several of the paper’s conjectures are equivalent reformulations of celebrated open problems: Conjecture 1 is the twin prime conjecture in new coordinates (via the exact characterization “lesser twin $\Leftrightarrow$ weight $3$”), Conjecture 5 is the infinitude of balanced primes. A change of coordinates cannot lower the difficulty of a problem — we call this the difficulty-inheritance principle and apply it throughout. What a good coordinate system can do is expose statistics that were previously unnamed and are genuinely tractable. The classification fraction $f(x)$ of Conjecture 9 is exactly such a statistic: it is well posed, measurable to $10^8$ and beyond, it decays with a clean empirical law, and it sits squarely inside a modern and active part of analytic number theory — the distribution of integers with a divisor in a prescribed interval (Ford’s $H(x,y,z)$ theory) — while adding the new twist that the integer in question, $l(n)$, is a linear form in consecutive primes. This report develops that connection in §4.

Finally, the project’s significance is also methodological. It is sustained independent mathematics conducted in public: a preprint refined over several versions, dozens of sequences contributed to and cross-checked in the OEIS (with edits by other OEIS editors), reproducible PARI/GP algorithms, and an open data atlas. The present report continues in that spirit — every figure of the paper is re-derived from a fresh computation before it is discussed.

§2

Definitions and first properties

Let $(a(n))_{n\ge 1}$ be a strictly increasing sequence of positive integers. The paper defines, for each $n$:

Definition (decomposition into weight × level + jump). $$d(n) := a(n{+}1)-a(n) \qquad\text{(the jump, or gap)},$$ $$l(n) := \begin{cases} a(n)-d(n) & \text{if } a(n)-d(n) > d(n),\\[2pt] 0 & \text{otherwise,}\end{cases}$$ $$k(n) := \begin{cases} \min\{\,k\in\mathbb{N}^{*} : k > d(n),\; k \mid l(n)\,\} & \text{if } l(n)\neq 0,\\[2pt] 0 & \text{otherwise} \end{cases} \qquad\text{(the weight)},$$ $$L(n) := \begin{cases} l(n)/k(n) & \text{if } k(n)\neq 0,\\[2pt] 0 & \text{otherwise}\end{cases} \qquad\text{(the level)}.$$ When $l(n)\neq 0$ one has the identity $a(n) = l(n) + d(n) = k(n)\times L(n) + d(n)$.

The reading that makes the construction transparent is the Euclidean one: in the Euclidean division of $a(n)$ by its weight $k(n)$, the quotient is the level and the remainder is the jump. Indeed $a(n) = k(n)L(n) + d(n)$ with $0 \le d(n) < k(n)$, the inequality $d(n) < k(n)$ being forced by the definition of $k(n)$ as a divisor of $l(n)$ exceeding $d(n)$. Equivalently — and this is the form used in OEIS A117078 — $k(n)$ is the smallest $k$ such that $a(n{+}1) = a(n) + \big(a(n) \bmod k\big)$: the weight is the smallest modulus that “sees” the next term as the residue of the current one.

Existence

Lemma 1.1 (Eismann). The decomposition of $a(n)$ exists (i.e. $l(n)\neq 0$) if and only if $$a(n{+}1) \;<\; \tfrac{3}{2}\,a(n).$$
Proof. $l(n)\neq 0$ means $a(n)-d(n)>d(n)$, i.e. $a(n) > 2d(n) = 2a(n{+}1)-2a(n)$, i.e. $3a(n) > 2a(n{+}1)$.

So the construction tolerates gaps up to half the current term — a very mild growth condition. For the natural numbers it fails only at $n=1,2$; for the primes, remarkably, it fails only at $p_1=2$, $p_2=3$, $p_4=7$ (Theorem 3.1, §4); for geometric-type sequences with ratio $\ge 3/2$ it fails everywhere, which delimits the construction’s natural habitat: sequences of at most moderately exponential growth.

Classification

The decomposition is converted into a binary (plus one degenerate) labelling:

Classification rule. If $k(n)=L(n)=l(n)=0$, then $a(n)$ is not classified. Otherwise $a(n)$ is classified by level if $k(n) > L(n)$, and classified by weight if $k(n) \le L(n)$.

Since $k(n)L(n) = l(n)$, the comparison $k(n)\gtrless L(n)$ is the comparison $k(n) \gtrless \sqrt{l(n)}$. This gives the formulation we use constantly in §4:

Divisor-window criterion. A decomposable term is classified by weight if and only if $l(n)$ possesses a divisor in the half-open window $\big(d(n), \sqrt{l(n)}\,\big]$; it is classified by level if and only if no divisor of $l(n)$ lies in that window — equivalently, the smallest divisor of $l(n)$ exceeding the jump already exceeds $\sqrt{l(n)}$. The classification is thus a statement about the anatomy of $l(n)$ relative to the size of the gap: small gaps open a wide window that is easy to hit (weight side, the populous class); structured or prime $l(n)$, or large gaps, close the window (level side, the rare class).

A worked example, recomputed by our engine and agreeing with the paper’s Table 2 in every entry, fixes the ideas (full table in §4): $p_5 = 11$, $d=2$, $l = 9$; divisors of $9$ exceeding $2$: $\{3,9\}$, so $k=3$, $L=3$, $11 = 3\times 3 + 2$, and $k=L$ places $11$ on the weight side. For $p_6=13$, $d=4$, $l=9$; the only divisor of $9$ exceeding $4$ is $9$ itself, so $k=9$, $L=1$, $13 = 9\times 1 + 4$, classified by level. For $p_9=23$, $d=6$, $l=17$ is prime, so $k=17$, $L=1$, $23=17\times1+6$ — level again, the “prime $l$” mechanism that, as we will see, dominates the level class. The degenerate case: $p_4 = 7$ has $d=4$ and $a-d = 3 \le 4$, so $l=0$ and $7$ is not classified.

Two elementary monotonicity facts from the paper complete the picture. On the weight side, $d(n)+1 \le k(n) \le \sqrt{l(n)} \le L(n) \le l(n)/3$; on the level side, $L(n) < \sqrt{l(n)} < k(n) \le l(n)$ and $L(n)+2 \le d(n)+1 \le k(n)$ — so a level-classified term has a level smaller than its own gap, an inequality that quietly drives the geometry of all the figures in §5.

§3

Relation to the Fundamental Theorem of Arithmetic and the sieve of Eratosthenes

The decomposition earns its claim to be number-theoretic — rather than merely combinatorial — in the simplest possible arena: the natural numbers themselves, $a(n) = n$. Here the jump is constant, $d(n) = 1$, and $l(n) = n - 1$ for $n \ge 3$ (the terms $n = 1, 2$ have $l = 0$ and stay unclassified). The weight, being the smallest divisor of $l(n)$ exceeding $1$, is the smallest prime factor of $n-1$, and the level is the cofactor:

$$k(n) = \operatorname{spf}(n-1) = \text{A020639}(n-1), \qquad L(n) = \frac{n-1}{\operatorname{spf}(n-1)} = \text{A032742}(n-1),$$

the largest proper divisor. The decomposition of $\mathbb{N}$ is therefore not an analogue of classical objects but literally composed of them: $n = \operatorname{spf}(n-1)\cdot\operatorname{lpd}(n-1) + 1$. This is the sanity anchor of the whole program. Whatever the construction does on exotic sequences, on the naturals it reproduces, exactly, the two most elementary invariants of multiplicative number theory.

3.1  The first instalment of the FTA

Extracting the smallest prime factor is the atomic step of factorization: iterate it — apply the decomposition again to the level, then to that level’s level, and so on — and the Fundamental Theorem of Arithmetic is recovered factor by factor, in nondecreasing order of primes. In this precise sense the decomposition of the naturals is the first instalment of the FTA: it performs exactly one canonical step of unique factorization and records the quotient as a coordinate rather than discarding it. For a general increasing sequence the jump $d(n)$ is no longer $1$, and the divisor window $\big(d(n), \sqrt{l(n)}\,\big]$ of §2 is the window $\big(1, \sqrt{l}\,\big]$ deformed by the local gap structure of the sequence. The decomposition is thus best read as a gap-aware generalization of smallest-prime-factor extraction: the multiplicative anatomy of $l(n)$ is probed, but the probe’s lower edge is set additively, by how far the sequence jumps at $n$.

3.2  The sieve, made into a coordinate system

Classifying the naturals by weight is — not metaphorically but operationally — running the sieve of Eratosthenes. The weight class $k = p$ collects exactly those $n$ for which $\operatorname{spf}(n-1) = p$: the integers $n - 1$ struck out for the first time by the prime $p$ in Eratosthenes’ procedure, shifted by one. The vertical combs in the figure below are the sieve’s crossing-out patterns, one comb per prime, each comb thinned by the primes before it. And the survivors of the sieve — the primes themselves — are precisely the level-$1$ stratum: $n$ is level-classified if and only if $\operatorname{spf}(n-1) > \sqrt{n-1}$, i.e. if and only if $n - 1$ is prime, in which case $k = n - 1$ and $L = 1$. (The boundary case $n - 1 = p^2$ gives $k = L = p$ and lands on the weight side, on the diagonal.)

Annotated sieve schematic
The sieve as decomposition. The author’s annotated schematic: vertical combs are the weight classes $k = 2, 3, 5, \dots$, i.e. the sieve’s strike-out patterns; the ellipse at the bottom collects the survivors — the primes — which constitute the level-$1$ line. The marks at $C/2$ and $C$ record the classical fact that the sieve is complete once $p \le \sqrt{C}$, which is the same $\sqrt{l}$ threshold that defines the weight/level dichotomy.
One construction, two classical theorems. On $\mathbb{N}$, the weight side of the decomposition is the sieve of Eratosthenes and the iterated decomposition is the FTA. The framework adds no new axiom and contradicts no classical statement; it is conservative over elementary number theory. Its contribution is to package the sieve step and the factorization step into a single coordinate change $n \mapsto (k, L, d)$ that remains well-defined when $\mathbb{N}$ is replaced by an arbitrary increasing sequence — primes, composites, semiprimes, or any of the thousand-plus OEIS sequences in the author’s atlas.

3.3  The geometry this produces

In log–log coordinates the constraint $k(n)\,L(n) = n - 1$ confines each $n$ to the anti-diagonal $\log k + \log L = \log(n-1)$, and the weight-side inequality $k \le \sqrt{n-1} \le L$ confines it to the half below the main diagonal. Sweeping $n$ up to $N$ therefore fills a triangular wedge whose apex sits at $k = L = \sqrt{N}$ — height $\tfrac{1}{2}\log N$ — exactly what the author’s plot of the first three million naturals shows. The dense ray escaping the wedge is the level-$1$ stratum, the primes, marching along $L = 1$ with $k = n - 1$.

Decomposition of natural numbers to 3,000,000
Naturals to $3{\times}10^6$ in $(\log L, \log k)$: the weight wedge with apex near $\tfrac{1}{2}\log n$, combs at $k = 2, 3, 5, \dots$ visible as vertical strata.
3D decomposition of natural numbers
The same data in 3D (index added as depth): the wedge of composite $n-1$ and, separated from it, the dense linear ray of the level-$1$ class — the primes, rendered as a geometric object.

This is the template for everything that follows: when the input sequence is changed from $\mathbb{N}$ to the primes in §4, the constant jump $d = 1$ becomes the erratic prime gap $g(n)$, the window $\big(1,\sqrt{l}\,\big]$ becomes the moving window $\big(g(n), \sqrt{l(n)}\,\big]$, and the clean prime/composite dichotomy of the level-$1$ line becomes the subtler weight/level statistics whose decay law is the subject of Conjecture 9.

Animated atlas of decompositions across OEIS sequences
The atlas, animated. Fifty OEIS sequences passed through the same decomposition (first frame: A000027, the naturals). The uniformity of the construction across inputs — one definition, one pair of coordinates, one classification rule — is what makes cross-sequence morphology comparisons in §6 meaningful. Animation: decompwlj.com.
§4

The primes: decomposability, twins, census, and the nine conjectures

Everything in this section concerns the sequence $a(n) = p(n)$ of primes, with gap $g(n) = p(n+1) - p(n)$ playing the role of the jump. The four coordinates become $l(n) = p(n) - g(n) = 2p(n) - p(n+1)$ (OEIS A118534), weight $k(n)$ (A117078), level $L(n)$ (A117563), and the gap itself (A001223). Our verification engine recomputed all four for every prime below $10^8$ — $\pi(10^8) = 5{,}761{,}455$ primes — and checked the identity $p(n) = k(n)L(n) + g(n)$, the classification rule, and every numerical table of the paper within that range. We report the results as we go.

4.1  Decomposability: the exceptional set is $\{2, 3, 7\}$

Theorem 3.1 (Eismann). The only primes admitting no decomposition — equivalently, with $l(n) = 0$ — are $2$, $3$ and $7$.
Proof. By Lemma 1.1 (§2), $p(n)$ is decomposable iff $p(n+1) < \tfrac{3}{2}p(n)$, i.e. $g(n) < p(n)/2$. Nagura’s theorem (1952) provides a prime in $\big(x, \tfrac{6}{5}x\big)$ for every $x \ge 25$, so $p(n+1) < \tfrac{6}{5}p(n) < \tfrac{3}{2}p(n)$ for all $p(n) \ge 25$; sharper explicit bounds of Dusart extend this far further but are not needed. The finite check below $25$: for $p = 2, 3, 7$ one finds $p(n+1) \ge \tfrac32 p(n)$ (indeed $3 = \tfrac32\cdot 2$, $5 > \tfrac32 \cdot 3$, $11 > \tfrac32\cdot 7$), while $5, 11, 13, 17, 19, 23$ all satisfy the inequality.

Verified: among all $5{,}761{,}455$ primes below $10^8$, exactly three have $l = 0$: they are $2, 3, 7$. The remaining $5{,}761{,}451$ decompose, and the identity and classification rule hold in every single case.

A related finite phenomenon deserves separate mention because it organizes several later exceptions. The divisor window $\big(g(n), \sqrt{l(n)}\,\big]$ can be empty — this happens precisely when $g(n) > \sqrt{l(n)}$, i.e. when the gap is enormous relative to the prime — and then the term is level-classified vacuously, with a weight that need not be prime. Below $10^8$ the decomposable primes with empty window are exactly

$$\{5,\ 13,\ 19,\ 23,\ 31,\ 113\},$$

and together with the non-decomposable $\{2, 3, 7\}$ they form the paper’s list of nine primes with $g(n) > \sqrt{l(n)}$. No tenth example appears below $10^8$. Heuristically none should ever appear — it would require $g(n) \gg \sqrt{p(n)}$, far beyond even the largest gaps Cramér’s model permits ($g \asymp \log^2 p$) — but unconditional gap bounds (Baker–Harman–Pintz: $g(n) \ll p(n)^{0.525}$) are far too weak to prove the list complete, and even the Riemann Hypothesis ($g \ll \sqrt{p}\,\log p$) leaves the question open. A small, sharp example of the difficulty-inheritance principle of §1: the framework states the finiteness cleanly, but the statement is exactly as hard as the gap bounds it encodes.

4.2  The first seventeen primes, recomputed

Our engine reproduces the paper’s Table 2 entry for entry. Weight-classified rows are marked indigo, level-classified rows copper; the twin lessers — every row with $k = 3$ — are flagged in the last column.

np(n)g(n)l(n)k(n)L(n)decompositionclass
1210not classified
2320not classified
352331$5 = 3\times1+2$level · twin
4740not classified
5112933$11 = 3\times3+2$weight · twin
6134991$13 = 9\times1+4$level
71721535$17 = 3\times5+2$weight · twin
81941553$19 = 5\times3+4$level
923617171$23 = 17\times1+6$level
102922739$29 = 3\times9+2$weight · twin
1131625251$31 = 25\times1+6$level
1237433113$37 = 11\times3+4$level
1341239313$41 = 3\times13+2$weight · twin
1443439133$43 = 13\times3+4$level
1547641411$47 = 41\times1+6$level
1653647471$53 = 47\times1+6$level
1759257319$59 = 3\times19+2$weight · twin
Table 2 of the paper, independently recomputed; agreement is exact in every entry. Note how often the level is small and the weight is a large prime — $17, 41, 47$ — the “prime-$l$” mechanism quantified in §4.4 and §4.7.

The early data over-represents the level class ($44\%$ at $n \le 100$) because small primes have gaps comparable to their size; the asymptotic regime, where the weight class dominates $4{:}1$ and growing, sets in quickly (§4.4).

One chain of elementary inequalities from the paper deserves restating, because it quietly drives the geometry of every figure in §5: on the level side, $L(n) + 2 \le g(n) + 1 \le k(n) \le l(n)$ — a level-classified prime always has level strictly smaller than its own gap, while its weight is at least the gap plus one. Levels are thus condemned to remain tiny (of the order of $\log p$ at most, on average), and the level side of every scatter plot collapses onto a handful of low horizontal strata $L = 1, 3, 5, \dots$, verified across the full range.

4.3  The mod-3 dichotomy: two conjectures become theorems

The paper’s Conjectures 7 and 8 assert: (C7) if $6 \nmid g(n)$ then $3 \mid l(n)$; (C8) if $3 \nmid l(n)$ then $6 \mid g(n)$. Our verification found zero violations of either statement across all $5{,}761{,}451$ decomposable primes below $10^8$ — and the perfection of that record is explained by the fact that both statements are, in fact, elementary theorems. The computation suggested the theorem; the proof then turned out to be three lines of modular arithmetic.

Theorem A (C7 and C8 hold; mod-3 dichotomy). For every $n \ge 1$: if $6 \nmid g(n)$ then $3 \mid l(n)$, and if $3 \nmid l(n)$ then $6 \mid g(n)$. Moreover, for every decomposable prime $p(n) \ge 5$, exactly one of the two events $3 \mid g(n)$, $3 \mid l(n)$ occurs.
Proof. The cases $n \le 2$ and $p(n) = 7$ have $l = 0$, and $3 \mid 0$ settles them. So let $n \ge 3$ with $p = p(n) \ge 5$; then $p$ and $p + g$ are odd primes exceeding $3$, hence $g$ is even and $p \not\equiv 0$, $p + g \not\equiv 0 \pmod 3$. Suppose $3 \nmid g$. If $p \equiv 1 \pmod 3$, then $g \equiv 2$ would force $p + g \equiv 0$, impossible; so $g \equiv 1$ and $l = p - g \equiv 0 \pmod 3$. If $p \equiv 2 \pmod 3$, then $g \equiv 1$ would force $p + g \equiv 0$, impossible; so $g \equiv 2$ and again $l \equiv 0 \pmod 3$. Thus $3 \nmid g \Rightarrow 3 \mid l$; since $g$ is even, $3 \nmid g \iff 6 \nmid g$, which is C7, and C8 is its contrapositive (using $2 \mid g$ once more). For the dichotomy: both events together would give $3 \mid (l + g) = p$, impossible for $p \ge 5$; neither event is excluded by the implication just proved.
Why $3$, and only $3$. The forcing works because $3$ has exactly two nonzero residue classes: requiring $p \not\equiv 0$ and $p + g \not\equiv 0 \pmod 3$ pins $g$ to a single class once $3 \nmid g$, and that class is precisely the one making $l \equiv 0$. For a prime $q \ge 5$ there are $q - 1 \ge 4$ nonzero classes, and $g$ retains freedom: no congruence on $l$ is forced. The modulus $2$ gives the only other forced statement in this family — $g$ even — so the complete list of universal congruences among $(p, g, l)$ is: $2 \mid g$, and the mod-3 dichotomy of Theorem A. In the coordinates of the decomposition, Theorem A is a conservation law: every decomposable prime spends its “divisibility by 3” on exactly one side of the additive split $p = l + g$.

Theorem A immediately yields the paper’s twin-prime characterization, with a proof shorter than the original:

Corollary B (Lemma 3.1 of the paper). A prime $p(n) > 3$ is the lesser of a twin pair if and only if $k(n) = 3$.
Proof. ($\Rightarrow$) If $g = 2$ then $3 \nmid g$, so $3 \mid l$ by Theorem A, and $l = p - 2 \ge 3 > 0$; the smallest divisor of $l$ exceeding $g = 2$ is therefore $3$, i.e. $k = 3$. ($\Leftarrow$) If $k = 3$ then by definition $g < k = 3$; since $p > 3$ forces $g$ even, $g = 2$.

So the twin lessers beyond $3$ are exactly the weight class $k = 3$ (OEIS A001359 minus its first term), confirmed across the full range: every one of the $440{,}311$ twin lessers below $10^8$ has weight $3$, and no other prime does. One more drop of structure can be squeezed out, and it is a pleasing one:

Proposition C (the unique level-classified twin). $p = 5$ is the only lesser twin classified by level. Every lesser twin $p \ge 11$ is classified by weight.
Proof. For a lesser twin $p > 3$, Corollary B gives $k = 3$ and $l = p - 2$. Level classification requires $k > \sqrt{l}$, i.e. $l < 9$, i.e. $p < 11$; the only candidate is $p = 5$ ($l = 3$, $k = 3 > \sqrt{3}$, $L = 1$), and it qualifies. For $p \ge 11$, $l \ge 9$ gives $k = 3 \le \sqrt{l}$: weight.

Verified: among $440{,}311$ twin lessers below $10^8$, exactly one is level-classified, and it is $5$. This explains the most extreme bar of the gap-conditional chart of §4.7 — the conditional probability $\mathbb{P}(\text{level} \mid g = 2)$ is not merely small, it is $1/440{,}311$, and provably will never grow by another unit.

4.4  Census to $10^8$: who is classified by what

The paper’s Table 6 counts classifications among the first $N$ primes. We verified it exactly as far as it goes within our range, and extended it:

N (index)level-classifiedweight-classified% level% weightstatus
100445344.0053.00matches paper
1 00032467332.4067.30matches paper
10 0002 7667 23127.6672.31matches paper
100 00022 99976 99823.0077.00matches paper
1 000 000203 441796 55620.3479.66matches paper
5 000 000942 3014 057 69618.8581.15this report
5 761 4511 078 7064 682 74518.7281.28this report (all $p < 10^8$)
Counts among the first $N$ primes (three primes are never classified). The paper’s further rows at $N = 10^7$ ($18.29\%$ level) and $N = 5\times10^7$ ($17.11\%$) lie beyond our sieve range but continue the same monotone decline our data exhibits.

Within the classified population the distribution over individual weights and levels is sharply structured. All weights and levels are odd (since $l = p - g$ is odd), and the leaders are:

weight kcount ($p<10^8$)% of classifiedlevel Lcount ($p<10^8$)% of classified
3440 3117.641339 8695.90
7207 2653.603296 4805.15
9189 7683.295127 8832.22
21170 2452.95981 8071.42
13160 4312.78755 9190.97
11155 0962.691541 7060.72
15154 8362.691131 5440.55
Leading weight and level classes. The anomalies — $k = 7$ outranking $k = 5$, the strength of $k = 9, 21, 15$, levels $9$ and $15$ outranking $7$ and $11, 13$, and above all $L = 3$ running neck-and-neck with $L = 1$ — are all fingerprints of Theorem A; see the remark below.
Theorem A is visible in the census. The dichotomy forces $3 \mid l$ whenever $3 \nmid g$ — which happens for roughly half of all $n$ (gap classes $g = 2, 4, 8, 10, 14, \dots$). Divisibility of $l$ by $3$ is therefore not a $1/3$-probability event, as naive randomness would suggest, but close to an even bet. Consequences ripple through both columns: levels divisible by $3$ ($L = 3, 9, 15, 21$) are systematically enriched, to the point that $L = 3$ ($296{,}480$) nearly matches $L = 1$ ($339{,}869$) — a striking violation of the $\mathbb{P}(s \mid l) \approx 1/s$ intuition, fully explained by the forced congruence. On the weight side, when $3 \mid l$ but $g \ge 4$, the weight $3$ is barred (it does not exceed the jump) and the burden shifts to $9, 15, 21$ and to primes $\ge 5$ paired with a factor $3$ in the level — hence the strength of $k = 9, 21$ and the inversion of $k = 5$ below $k = 7$. The inversion is a pure aggregation effect: a weight $k$ can only arise from gap classes $g < k$, and Theorem A awards the entire $g = 2$ class to $k = 3$ (Corollary B); so $k = 5$ draws on the single class $g = 4$, while $k = 7$ draws on $g = 4$ and on $g = 6$ — the most populous gap class below $10^8$ ($768{,}752$ occurrences) — where the forced $3 \nmid l$ eliminates $k = 9$ from competition as well. The full accounting per gap class is an exercise in Theorem A bookkeeping.

Finally, within the level-$1$ stratum ($l(n)$ itself the weight, $L = 1$) the paper singles out the sub-families $\big(1; i\big)$ defined by $l(n) = p(n-i)$ — the level is $1$ and the weight is itself a prime exactly $i$ steps back in the sequence. The case $i = 1$ is precisely the balanced primes, $p(n) = \tfrac12\big(p(n-1) + p(n+1)\big)$, OEIS A006562. Our counts below $10^8$: $i = 1$: $167{,}031$; $i = 2$: $96{,}665$; $i = 3$: $43{,}475$; $i = 4$: $19{,}348$; $i = 5$: $7{,}833$; $i = 6$: $3{,}258$; $i = 7$: $1{,}328$ — a geometric-looking decay in $i$ whose ratio drifts from $0.58$ toward $\approx 0.41$, itself a clean target for the kind of secondary heuristics §7 proposes.

4.5  The nine conjectures: an inventory with status

With Theorem A in hand, the paper’s conjecture list divides cleanly into four kinds: reformulations of classical problems (C1, C5), their generalizations (C2, C3, C6), one structural finiteness statement (C4), and one genuinely native asymptotic statement (C9) — plus two entries that are conjectures no longer. The falsifiable content of the framework survives this review intact and sharpened.

#Statement (abbreviated)NatureStatus after this review
C1Infinitely many primes of weight $3$reformulation — equivalent to the twin prime conjecture (Lemma 3.1)open; inherits classical difficulty
C2Every odd $k \ge 3$ is the weight of infinitely many primesPolignac-flavored strengthening of C1open
C3Every odd $L \ge 1$ is the level of infinitely many primesnative companion of C2open
C4Level-classified primes have prime weight, except $\{13, 31, 113, 131, 887\}$native, structuralverified to $10^8$; exception set forced into $l < g^4$ — finite under standard gap heuristics (§4.6)
C5Infinitely many primes of level $(1;1)$reformulation — equivalent to infinitude of balanced primes (A006562)open; inherits classical difficulty
C6For every $i \ge 1$, infinitely many primes of level $(1;i)$generalization of C5open
C7$6 \nmid g(n) \Rightarrow 3 \mid l(n)$nativetheorem — Theorem A, §4.3
C8$3 \nmid l(n) \Rightarrow 6 \mid g(n)$nativetheorem — within Theorem A, §4.3
C9Primes classified by level rarefy among the primesnative — the framework’s own statementstrong numerical + heuristic support; refined to a quantitative decay law in §4.7
Status ledger for the paper’s nine conjectures. Highlighted rows mark the changes of status established or quantified in the present review.

4.6  Conjecture 4: composite weights on the level side are squeezed into $l < g^4$

Conjecture 4 asserts that a level-classified prime has prime weight, with finitely many exceptions. Our sweep recovers exactly the paper’s five exceptions below $10^8$ — no sixth appears:

$p(n)$$g(n)$$l(n)$$k(n)$$L(n)$factorization of $k$$g^4$
134991$3^2$256
31625251$5^2$1 296
1131499333$3 \cdot 11$38 416
1316125255$5^2$1 296
88720867513$3 \cdot 17$160 000
The five level-classified primes below $10^8$ with composite weight. In every case $l < g^4$, as the structural bound demands.

The finiteness has a transparent mechanism, which we record as a small native result:

Proposition (exceptions are gap-bounded). If $p(n)$ is level-classified and $k(n)$ is composite, then every proper divisor of $k(n)$ is at most $g(n)$, hence $k(n) \le g(n)^2$ and $$l(n) \;<\; k(n)^2 \;\le\; g(n)^4.$$
Proof. Let $k = ab$ with $1 < a \le b < k$. Both $a$ and $b$ divide $l$ and are smaller than $k$; minimality of $k$ among divisors of $l$ exceeding $g$ forces $a, b \le g$. Hence $k = ab \le g^2$. Level classification means $k > \sqrt{l}$, so $l < k^2 \le g^4$.

Since $l(n) = p(n) - g(n)$ is of the size of $p(n)$ while $g(n)$ is of the size of $\log p(n)$ on average — and conjecturally $O(\log^2 p)$ always (Cramér) — the inequality $p(n) \lesssim g(n)^4$ should fail for all large $n$: under any gap bound of the form $g(n) \le p(n)^{1/4 - \varepsilon}$ eventually, the exception set of Conjecture 4 is finite. As with the empty-window list of §4.1, the finiteness is calibrated by gap bounds — and the same Baker–Harman–Pintz and Riemann-Hypothesis estimates recalled there remain too weak even for this far gentler exponent. So Conjecture 4’s finiteness, while overwhelmingly supported, sits just beyond current unconditional technology — an instructive calibration of where the framework’s native statements land on the difficulty scale.

4.7  Conjecture 9: the native target, made quantitative

Conjecture 9 — primes classified by level rarefy among the primes — is the statement the framework owns outright: it is not a recoding of any classical conjecture, it is falsifiable, and it is supported at every scale we can reach. Write

$$f(x) \;=\; \frac{\#\{\,n : p(n) \le x,\ p(n)\ \text{level-classified}\,\}}{\pi(x)}.$$

Conjecture 9 says $f(x) \to 0$. Everything below aims at the sharper question: how fast?

The window form. By §2, $p(n)$ is level-classified iff $l(n)$ has no divisor in $\big(g(n), \sqrt{l(n)}\,\big]$. Rarefaction is thus a statement about the multiplicative anatomy of the specific sequence $l(n) = 2p(n) - p(n{+}1)$: a linear form in two consecutive primes. The event “an integer has a divisor in a prescribed interval” is precisely the object of Kevin Ford’s $H(x, y, z)$ theory (Annals of Mathematics 168 (2008), 367–433), which settled the 1960 Erdős problem on the multiplication table and determined the order of magnitude of the count of $n \le x$ with a divisor in $(y, z]$ in all ranges. Conjecture 9 lives in the complement of Ford’s event, in the wide-window regime $z = \sqrt{l}$ — but for $l$ ranging over a sequence tied to consecutive primes, where no equidistribution input of the required strength is known. The nearest proven territory is the theory of divisors of shifted primes $p - a$ for fixed $a$ (Koukoulopoulos, IMRN 2010, and the literature around it); the framework’s twist is that the shift here is the gap itself, $a = g(n)$, a moving target correlated with $n$. This is, in our assessment, exactly why Conjecture 9 is both tractable-looking and not yet a theorem: the heuristic is classical, the obstruction is the “next prime” dependence.

The heuristic, with the correct local factors. Fix a typical $n$ with gap $g$ and $l = p - g \asymp p$. For a prime $q$ with $g < q \le \sqrt{l}$: $q$ cannot divide $g$ (it exceeds $g$), and the event $q \mid l$ is the event $p \equiv g \pmod q$ — one admissible residue class out of the $q - 1$ nonzero classes available to the prime $p$. Dirichlet equidistribution thus prices this event at $1/(q-1)$, and treating the primes $q$ in the window as quasi-independent,

$$\mathbb{P}\big(\text{no prime divisor of } l \text{ in } (g, \sqrt{l}\,]\big) \;\approx\; \prod_{g < q \le \sqrt{l}} \Big(1 - \frac{1}{q-1}\Big) \;=\; \prod_{g < q \le \sqrt{l}} \Big(1 - \frac{1}{q}\Big) \cdot \prod_{g < q \le \sqrt{l}} \frac{q(q-2)}{(q-1)^2}.$$

The second product is a tail of the twin-prime-constant product $\prod_{q > 2} q(q-2)/(q-1)^2 = 2C_2/2 \cdot$(normalization) and tends to $1$ as $g \to \infty$; the first is, by Mertens, $\sim \log g / \log\sqrt{l} = 2\log g/\log l$. Two refinements push the prediction below this proxy: composite divisors of $l$ assembled from prime factors $\le g$ can land inside the window even when no prime does (depleting the level class), and the small-$g$ tail factors are $< 1$. Averaging over $n \le \pi(x)$ with the Gallagher/Poisson picture of gaps ($g/\log p$ asymptotically exponential, so $\mathbb{E}[\log g] \approx \log\log x - \gamma$; we measure $\mathbb{E}[\log g] = 1.855,\ 2.235,\ 2.502$ at $x = 10^4, 10^6, 10^8$ against $\log\log x = 2.220,\ 2.626,\ 2.913$) yields the shape we propose as the quantitative form of Conjecture 9:

Conjecture 9′ (quantitative rarefaction). There is a constant $C > 0$ such that $$f(x) \;=\; \big(C + o(1)\big)\,\frac{\log\log x}{\log x}, \qquad x \to \infty.$$ In particular $f(x) \to 0$: primes classified by level rarefy, at an explicit doubly-logarithmic-over-logarithmic rate.

The data. Our census across four decades of $x$:

$x$$\pi(x)$level-classified $\le x$$f(x)$$C(x) = f(x)\frac{\log x}{\log\log x}$
$10^2$25120.48001.447
$10^3$168750.44641.596
$10^4$1 2293900.31731.316
$10^5$9 5922 6580.27711.306
$10^6$78 49818 3530.23381.230
$10^7$664 579138 0490.20771.204
$10^8$5 761 4551 078 7060.18721.184
Decay of the level-classified fraction. $C(x)$ is the local constant the data would assign to Conjecture 9′ at scale $x$.
Decay of the level fraction with fitted laws
The decay law. Measured $f(x)$ (points) against the one-parameter law $C\,\log\log x/\log x$ with least-squares $C = 1.264$ fitted on $10^4 \le x \le 10^8$ (dashed) and the two-parameter refinement $f(x) \approx \big(0.746\,\log\log x + 1.293\big)/\log x$ (solid), which reproduces every measured point within $\pm 0.003$. The quality of the two-parameter fit indicates a genuine secondary $1/\log x$ term and warns that $x = 10^8$ is far from asymptopia.

Honest reading of the constant. The shape $\log\log x/\log x$ is strongly supported: the local constant $C(x)$ varies by only $\sim 10\%$ across four decades while $f(x)$ itself falls by $40\%$. The value of $C$ is not yet pinned: $C(x)$ drifts downward ($1.32 \to 1.18$ from $10^4$ to $10^8$), the global fit says $1.26$, and the drift is exactly what the secondary term in the two-parameter fit predicts. Benchmark constants of the right magnitude exist ($2e^{-\gamma} \approx 1.1231$ is numerically tempting at $10^8$; $e^{\gamma} \approx 1.7811$ is not excluded asymptotically), but we decline to claim any of them: deciding $C$ requires either computation several decades deeper (§7) or a proof of the averaged Mertens analysis with the composite-divisor correction, which is precisely the open analytic problem. What we do claim is that Conjecture 9 has been converted from a qualitative statement into a one-parameter quantitative law with falsifiable content at every future scale of computation.

A structural discovery: the gap’s arithmetic steers the classification. The heuristic predicts more than the global decay. If a small prime $q$ divides $g$, then $q$ cannot divide $l$ (it would divide $p = l + g$); the building blocks for divisors of $l$ near the bottom of the window are removed, $l$ is forced “rough,” and level classification becomes more likely. The data confirm this vividly:

$g$primes with this gap ($<10^8$)level-classified$\mathbb{P}(\text{level} \mid g)$
2440 31210.000002
4440 29539 2870.0892
6768 752140 9340.1833
8334 18029 1040.0871
10430 01677 2590.1797
12538 382125 0850.2323
14293 20146 0050.1569
18384 73897 5060.2534
22175 94536 6560.2083
30222 84773 4090.3294
Conditional classification probabilities by gap value, $p < 10^8$. Highlighted rows: $3 \mid g$. The jump from $g \in \{4, 8\}$ ($\approx 0.09$) to $g \in \{6, 12, 18\}$ ($0.18$–$0.25$) and the maximum at $g = 30 = 2\cdot3\cdot5$ display the singular-series-like dependence on the prime factorization of the gap; $g = 2$ collapses by Proposition C (§4.3).
P(level | g) by gap value
$\mathbb{P}(\text{level} \mid g)$ below $10^8$. Bars colored by divisibility of $g$: gaps divisible by $3$ (and further by $5$) systematically elevate the level probability — a Hardy–Littlewood-flavored local structure that any eventual proof of Conjecture 9′ must reproduce, and a new, sharply falsifiable family of sub-predictions ($f$ restricted to each gap class should decay at the same $\log\log x/\log x$ rate with gap-dependent constants $c_g$).
§5

Analysis of the figures: the geometry of the decomposition

The project supplies a substantial visual corpus — the atlas at decompwlj.com renders the decomposition of over a thousand OEIS sequences in 2D and 3D — and the figures are not decoration: each geometric feature is a theorem or a conjecture wearing different clothes. We analyze the supplied figures in turn, connecting each visible structure to the results of §§2–4.

5.1  The annotated classification chart

Annotated classification chart for the primes
The master chart. The author’s annotated map of the primes in $(\log k, \log L)$ coordinates, with each visible locus labelled by its OEIS sequence.

This figure is the framework’s table of contents. Reading its annotations: the dense vertical combs on the weight side are the classes $k = 3, 5, 7, 9, \dots$ — the comb $k = 3$ is A001359 (lesser twins) minus its first term, by Corollary B; $k = 5$ is A074822; the chart resolves $k = 7$ and $k = 9$ into further catalogued sub-families. The boundary between the two classification regions is the diagonal $k = L$ (A121155, primes with $l = k^2$); above it sits the weight region as a whole (A162175), below it the level region (A162174). The level side collapses, as the chain inequality of §4.2 demands, onto low horizontal lines: $L = 1$ (containing $13$, $31$, the balanced primes A006562, and the further sub-families the chart labels A117876, A118467, within A125830), then $L = 3$ (A117873), $L = 5$ (A117874). Every annotation on this chart is a falsifiable identification — and the OEIS cross-references mean each locus carries its own independently maintained data, terms, and bibliography. Few private research programs achieve this degree of public, queryable structure.

5.2  Morphology at scale, and an independent reproduction

Primes to 1.5 million in log L / log k coordinates
Author’s rendering, primes to $1.5{\times}10^6$. Dense weight wedge upper-left; sparse level fan lower-right with horizontal striations at $L = 1, 3, 5, \dots$
Recomputed scatter of primes in log k / log L coordinates
Our recomputation ($n \le 30{,}000$, indigo = weight, copper = level, dashed line $k = L$): the same two-population morphology emerges from an independent engine — wedge, combs, striations, diagonal boundary, all reproduced.

The two-population structure is forced by the inequalities of §2 and §4.2. On the weight side $k \le \sqrt{l} \le L$, with $k$ ranging over odd integers from $3$ up to $\sqrt{l}$: in $(\log k, \log L)$ this is the triangle above the diagonal, fibered into vertical combs at $\log 3, \log 5, \log 7, \dots$, whose tips climb like $\log l - \log k$ — the comb $k = 3$ being tallest, by Corollary B the geometric image of the twin primes. On the level side the chain $L < g \le k$ pins $L$ to the first few odd values while $k \approx l/L$ is huge: a fan of horizontal rays hugging the bottom, with the $L = 1$ ray (where $l$ is prime and $k = l$) reaching farthest right. The visible gap between the wedge and the fan is the divisor-window criterion made flesh: points cannot accumulate near the diagonal from below, because $k$ slightly larger than $\sqrt{l}$ requires $l$ to have its smallest large divisor just past $\sqrt{l}$ with no divisor in $(g, \sqrt{l}]$ — a sparse event, by exactly the Ford-type analysis of §4.7. That our independently computed scatter reproduces the author’s morphology point-class for point-class is the visual counterpart of the table-level verification in §4.

5.3  The third dimension

3D view with lesser twins marked
Lesser twins in 3D. The author’s rendering with the $k = 3$ ray marked (ellipse): all lesser twins $> 3$, and nothing else, lie on this single ray — Corollary B as a geometric incidence statement.
three.js WebGL 3D rendering of the prime decomposition
The interactive atlas (three.js/WebGL at decompwlj.com; axes $\log k$ red, $\log L$ green, $\log g$ yellow). Dark points are the level class, light the weight class. The jump axis slices both clouds into discrete slabs $g = 2, 4, 6, \dots$; the $g = 2$ slab collapses onto the single twin ray $k = 3$ (Theorem A and Corollary B), carrying exactly one dark point, $p = 5$ (Proposition C).

The third axis is the jump, $\log g$ — not the index — and that changes what the picture shows. Each 2D comb splits into its gap-stratified copies: a light ray is a fixed pair $(k; g)$ swept by the level, a dark ray a fixed $(L; g)$ swept by the weight; the first $10^4$ primes resolve into exactly $566$ light rays and $106$ dark ones. The prime’s magnitude is recovered along the anti-diagonal $\log k + \log L = \log l \approx \log p$, so moving outward in that direction is moving up the sequence: Conjecture 9 says the dark share of successive anti-diagonal slabs decays (at the rate of 9′), while C2, C3 and C6 assert that individual named rays are infinite. Because the jump owns an axis, the gap-steering law of §4.7 becomes geometry as well: slabs with $3 \mid g$ are visibly darker than their neighbors, and the $g = 2$ slab degenerates to one light ray plus a single dark point. The 3D atlas thus turns each conjecture of §4.5 into a statement about the asymptotic geometry of a specific, named, visible object. This is, in our view, the figures’ real function: not illustration but specification — they fix exactly which infinitudes and densities the framework is committed to.

5.4  Provenance artifacts: the OEIS entry and the engine

OEIS entry A117078 screenshot
A117078 at the OEIS. The weight sequence as a public, refereed object: definition, the decomposability criterion $2p(n{+}1) < 3p(n)$ recorded in the comments, and an edit history involving multiple OEIS editors.
decompwlj PARI/GP algorithm screenshot
The reference engine. The atlas’s PARI/GP procedure: an $O(\sqrt{l})$ search for the weight, and a descending search for the level bounded by $L \le g - 1$ — the chain inequality of §4.2 used as an algorithmic optimization.

Two non-geometric figures complete the corpus, and they document something a referee should weigh: process. The OEIS screenshot shows the framework’s core sequences living inside the reference database for integer sequences since 2006, with the decomposability condition independently restated by other contributors in the comments — the statement $a(n) > 0 \iff 2p(n{+}1) < 3p(n)$ is Lemma 1.1 in the OEIS’s house style. The algorithm screenshot shows the production code agreeing with the definitions of §2, and quietly exploiting the level-side bound $L \le g - 1$ — a theorem doing engineering work. Our verification engine (Appendix A) was written independently of this code and agrees with it everywhere both were run.

§6

The additive–multiplicative bridge: what it carries, and hypothetical impacts

The paper’s ambition — announced in its title and on the atlas — is that the decomposition acts as a bridge between the additive and multiplicative faces of arithmetic. Having verified the construction and sharpened its statements, we can now say precisely what crosses that bridge, what does not, and what might.

6.1  The coupling is real

The decomposition takes one additive datum — the jump $d(n)$, for primes the gap $g(n)$ — and one multiplicative datum — the divisor anatomy of $l(n)$ — and locks them into a single Euclidean identity and a single classification bit. Three results of this review show the coupling has genuine arithmetic content, beyond bookkeeping. First, Theorem A: the additive split $p = l + g$ obeys an exact conservation law at the modulus $3$ — every decomposable prime spends its divisibility-by-3 on exactly one side. Second, the gap-steering law of §4.7: the conditional probability $\mathbb{P}(\text{level} \mid g)$ is governed by the prime factorization of the gap, a Hardy–Littlewood-flavored local structure that couples the additive variable’s arithmetic to the multiplicative classification. Third, the decay heuristic itself: the predicted law $f(x) \asymp \log\log x / \log x$ arises from a Mertens product (multiplicative input) evaluated at the typical gap size given by the Gallagher/Poisson model (additive input). The constants of the framework are, literally, places where Mertens meets Gallagher.

6.2  What does not cross: difficulty

We restate the discipline of §1, because it is the difference between a serious framework and a perpetual-motion machine: a change of coordinates transports statements, not proofs. The comb $k = 3$ being infinite is the twin prime conjecture (Corollary B); the ray $(1;1)$ being infinite is the infinitude of balanced primes; their difficulty crosses the bridge fully intact. The paper itself maintains this honesty — its conjectures are stated as conjectures — and the present review has tried to model the same discipline: the two promotions of §4.3 succeeded precisely because C7 and C8 were native statements, local congruence laws that no one had reason to pose before the coordinates existed, and whose proofs are correspondingly elementary. The framework’s honest value lies in that direction: not in making old problems easier, but in making new, well-posed, falsifiable problems visible.

6.3  What does cross: new statistics, and a placement in modern analytic number theory

The native observables — $f(x)$, its constant $C(x)$, the gap-class constants implicit in $\mathbb{P}(\text{level} \mid g)$, the level-distribution profile, the $(1;i)$ decay in $i$ — simply do not exist in classical coordinates; they are new measurements of the primes, each with a definite conjectural law attached and each recomputable by anyone. And the central one places the framework inside an active research stream: the level event is the event “$l(n)$ has no divisor in $(g(n), \sqrt{l(n)}\,]$,” the complementary event to Ford’s $H(x,y,z)$ theory (Annals 2008), which grew out of Erdős’s multiplication-table problem and is a pillar of the anatomy of integers program of Ford, Tenenbaum, Koukoulopoulos and others. What the framework adds to that program is a genuinely new twist: the integer being probed is a linear form in two consecutive primes, $l(n) = 2p(n) - p(n{+}1)$, and the interval’s lower endpoint is the gap itself. Divisors of shifted primes $p - a$ for fixed $a$ are understood (Koukoulopoulos 2010); divisors of $p(n) - g(n)$, where the shift is the next-prime increment, are terra incognita. Any unconditional progress on Conjecture 9 — even a proof that $f(x) \to 0$ at any rate — would require equidistribution information about consecutive primes of a kind not presently available, and would therefore be of interest well beyond the framework. This is the precise sense in which Conjecture 9 is both tractable-looking and genuinely deep: the heuristic is classical, the obstruction is structural.

6.4  Comparative morphology: the atlas as an instrument

Animated decompositions across 150 OEIS sequences
One construction, 150 sequences (animation; over a thousand at decompwlj.com). The cloud’s shape varies dramatically with the input sequence — and the variation is informative.

Because the construction is uniform, the $(\log k, \log L)$ cloud is a signature of the input sequence, and its gross morphology is dictated by gap behavior. Constant jump (the naturals, §3): a full wedge plus the level-1 prime ray. Erratic but slowly growing gaps (the primes, §4–5): wedge plus a low horizontal fan whose thickness is the gap distribution. The paper’s own figures for composites (A130882) and 2-almost primes (A130533) interpolate between these. One can read this as decomposition spectroscopy: bounded gaps confine the level fan to $L < \max g$; gap growth rates reshape the fan’s envelope; multiplicative structure in the sequence (e.g. semiprimes) re-textures the combs. A systematic survey across the atlas — cataloguing fan envelopes and comb spectra against known gap asymptotics — is, to our knowledge, unexplored territory and entirely computational in its first phase. We flag it as the most accessible research direction the corpus offers (§7.3).

6.5  Hypothetical impacts — flagged as speculation

Speculative — clearly so marked.

Three programs, in decreasing order of confidence. (a) The framework as a probe of gap correlations. Under Hardy–Littlewood-type hypotheses plus a Gallagher-type gap model, the constant $C$ in Conjecture 9′ and the gap-class constants $c_g$ become computable; conversely, high-precision measurements of $f(x)$ and $\mathbb{P}(\text{level}\mid g)$ at $10^{10}$–$10^{12}$ would constrain the joint distribution of $\big(p \bmod q,\, g(n)\big)$ — turning the decomposition into an empirical instrument for testing singular-series predictions about consecutive primes. (b) Machine-assisted conjecture generation over the atlas. The atlas is, in effect, a labeled dataset of $10^3$ sequences × 4 derived coordinates; symbolic regression on structured families (polynomial, exponential, recurrence-defined sequences) should recover closed forms for $k(n), L(n)$ where they exist and propose cross-sequence laws where they don’t — a concrete, bounded experiment. (c) Formalization. The framework’s proved layer — Lemma 1.1, Theorem 3.1, Theorem A, Corollary B, Propositions C and §4.6 — is small, elementary, and interdependent: an ideal target for a complete Lean formalization, which would make decompwlj one of the few independent research programs with a fully machine-verified core.

§7

Detailed conclusion and future research

7.1  What this review established

On verification: an independent engine recomputed weight, level, jump and classification for all $5{,}761{,}455$ primes below $10^8$, confirming the decomposition identity and both classification criteria in every decomposable case, the exceptional set $\{2,3,7\}$, Table 2 entry-for-entry, Table 6 count-for-count in range, Lemma 3.1 across the full range, the five Conjecture-4 exceptions exactly, and the first forty published terms of A117078 verbatim. The paper’s data layer is sound.

On theory, four items are new here. Theorem A (§4.3): Conjectures 7 and 8 are theorems — a three-line mod-3 argument yields the exact dichotomy “$3 \mid g(n)$ or $3 \mid l(n)$, never both” for every decomposable prime $\ge 5$, the mod-3 sibling of the evenness of gaps, and the last forced congruence of its kind. Corollary B and Proposition C: the twin characterization re-proved in one line from Theorem A, and the sharp statement that $5$ is the unique level-classified lesser twin. The $l < g^4$ proposition (§4.6): composite weights on the level side are squeezed into $l < g^4$, so Conjecture 4’s exception set is finite under any gap bound $g \le p^{1/4-\varepsilon}$ — a clean calibration of its difficulty. Conjecture 9′ (§4.7): a quantitative refinement of the framework’s native statement, $f(x) = (C + o(1))\log\log x/\log x$, supported by a divisor-window heuristic with the correct local factors, by four decades of data, and accompanied by a new structural law — the gap’s prime factorization steers the classification probability, with $\mathbb{P}(\text{level} \mid g)$ rising from $\approx 0.09$ ($g = 4, 8$) to $0.33$ ($g = 30$).

7.2  An honest overall assessment

The decomposition into weight $\times$ level $+$ jump is a genuine, original, conservative construction: it adds no axioms, contradicts nothing classical, specializes on $\mathbb{N}$ to the smallest-prime-factor extraction that underlies both the FTA and the sieve, and generalizes uniformly to arbitrary increasing sequences. Its eighteen-year development shows the habits of serious mathematics — exact definitions, falsifiable conjectures, public data, OEIS refereeing, reproducible code. Its limits are equally clear, and the author’s own materials state them: the famous problems it touches (twins, balanced primes) are reformulated, not weakened; the framework’s lasting mathematical claim therefore rests on its native layer. That layer, after this review, consists of: a small proved core (Lemma 1.1, Theorem 3.1, Theorem A, Corollary B, Propositions of §4.3 and §4.6), one sharply quantified open conjecture (9′) sitting at the live frontier of the anatomy of integers, and a one-of-a-kind comparative atlas. This is a solid and honorable position for an independent research program — and Conjecture 9′ in particular is, in our judgment, a publishable mathematical object: precisely posed, heuristically derived, numerically supported, and provably hard for an identifiable structural reason.

7.3  A concrete research program

1. Computation to $10^{10}$–$10^{12}$ (segmented). The present engine holds all arrays in memory; a segmented variant (sieving blocks, streaming the divisor search) reaches $10^{10}$ on a workstation and $10^{12}$ with patience or modest cluster time. Targets: track $C(x)$ another two–four decades; measure the gap-class constants $c_g$; follow the $(1;i)$ ratios; hunt a sixth Conjecture-4 exception (none should exist: the next candidate needs $l < g^4$). The fitted laws make the exercise falsifiable in advance:

$x$$f(x)$ — one-parameter law ($C{=}1.264$)$f(x)$ — two-parameter law
$10^{9}$0.18480.1715
$10^{10}$0.17210.1578
$10^{11}$0.16120.1463
$10^{12}$0.15180.1364
Predictions registered in advance. The two-parameter law $f \approx (0.746\log\log x + 1.293)/\log x$, which fits all current data within $\pm0.003$, is the serious prediction; the spread between columns quantifies the present uncertainty in the constant.

2. A conditional theorem for Conjecture 9′. Formulate the needed input as an explicit hypothesis — equidistribution of $l(n) = 2p(n) - p(n{+}1)$ in residue classes $q \le (\log x)^{A}$ on average over $n \le \pi(x)$, a “level Elliott–Halberstam at small moduli” — and derive $f(x) \asymp \log\log x/\log x$ from it together with Gallagher’s gap model. This is a well-scoped, paper-sized project: the deduction is the §4.7 heuristic made rigorous; all novelty concentrates in stating the hypothesis correctly and handling the composite-divisor correction. We caution that unconditional progress, even $f(x) \to 0$ at any rate, appears to require joint equidistribution of consecutive primes of a kind not currently available — which is exactly why partial results would carry independent interest.

3. The atlas survey (“decomposition spectroscopy”). Catalogue, across the thousand-sequence atlas, the level-fan envelope and comb spectrum against known gap asymptotics of each sequence; then run symbolic regression on structured families to recover closed forms for $k(n), L(n)$ and propose cross-sequence laws. Entirely computational in phase one; the cleanest entry point for collaborators or students.

4. Formalization. The proved core is elementary and small — Lean formalization of Lemma 1.1, Theorem 3.1, Theorem A, Corollary B, Proposition C and the $l

5. Extensions. Re-run the full §4 analysis for the composites (A130882) and 2-almost primes (A130533) where the paper already provides figures: in particular, formulate and test the analogue of Conjecture 9′ in each case (for composites the gaps are bounded infinitely often, so the level fan behaves differently — a sharp test of the spectroscopy picture of §6.4).

6. Dissemination. Write the short note this review’s mathematics supports — Theorem A with the dichotomy and Proposition C, the $lINTEGERS; Journal of Integer Sequences), with the verification engine as ancillary material; update the arXiv paper and the OEIS wiki accordingly, moving C7/C8 from the conjecture list to a theorem section with proof.

7.4  Closing

Eighteen years ago the question was posed: how does a number grow from the one before it? The decomposition’s answer — split each term into a multiplicative body and an additive jump, and watch which side carries the structure — has matured into a coherent, verified, and partly proved framework with one excellent open problem of its own. The most valuable thing this review can report is that the framework now knows exactly what it has proved, exactly what it has reformulated, and exactly what it must do next. That is the posture of working mathematics.


A

Appendix: algorithms and reproducibility

The atlas’s reference implementation (PARI/GP, from algos.txt), reproduced verbatim. The naive form scans weights upward from $d+1$; the sieve form stops at $\sqrt{l}$ and, failing that, scans levels downward from $d$ — legitimate because on the level side $L \le d < d + 1 \le k$ — a bound that is sharp for general sequences (the pair $72 \to 76$ attains $L = d = 4$), while for the primes parity sharpens it to $L \le g - 1$ (§4.2). Note also that the descending search’s test $n \bmod \lfloor l/\mathit{le}\rfloor = d$ quietly enforces that the cofactor exceeds the jump — a condition that cannot be dropped, as the empty-window primes $13, 31, 113$ show:

decompnaive(n,n1)={
    /*strictly increasing*/
    if(n>=n1,print("n1 must be greater than n");return);
    /*jump*/
    d=n1-n;
    /*l=n-d if n>2*d else the number is not decomposable*/
    if(n>2*d,l=n-d,print(d, ", 0, 0");return);
    /*we look for the weight to jump+1 until l*/
    for(k=d+1,l,if(n%k==d,print(n," = ",k," * ",l/k," + ",d);return));
}

decompsieve(n,n1)={
    /*strictly increasing*/
    if(n>=n1,print("n1 must be greater than n");return);
    /*jump*/
    d=n1-n;
    /*l=n-d if n>2*d else the number is not decomposable*/
    if(n>2*d,l=n-d,print(d, ", 0, 0");return);
    /*we look for the weight to jump+1 until sqrt(l)*/
    for(k=d+1,sqrt(l),if(n%k==d,print(n," = ",k," * ",l/k," + ",d);return));
    /*we look for the level to jump until 1 (--)*/
    forstep(le=d,1,-1,if(n%floor(l/le)==d,print(n," = ",l/le," * ",le," + ",d);return));
}

Our verification engine (Python/NumPy) proceeds in four stages: (1) sieve of Eratosthenes to $10^8$, arrays $p(n), g(n), l(n)$; (2) staged vectorized search for the smallest divisor of $l$ in $(g, \sqrt{l}\,]$ (batched over trial divisors, resumable); (3) exact weights for the level class via the largest divisor $\le \sqrt l$, with the three empty-window repairs $13, 31, 113$ handled exactly; (4) assertions — identity, both classification criteria, Tables 2 and 6, Lemma 3.1, C7/C8, the C4 exception scan, A117078 — plus the census, decay, and gap-conditional statistics reported above. Total runtime under three minutes on this machine. Every number in this report regenerates from these four scripts plus the figure scripts; the methodology mirrors the project’s stated discipline: verify numerical claims by computation where feasible.

References

R. Eismann, Decomposition into weight × level + jump and application to a new classification of primes, arXiv:0711.0865.

K. Ford, The distribution of integers with a divisor in a given interval, Annals of Mathematics 168 (2008), 367–433.

D. Koukoulopoulos, Divisors of shifted primes, International Mathematics Research Notices 2010, no. 24.

P. Dusart, explicit estimates for primes (e.g. The $k$th prime is greater than $k(\ln k + \ln\ln k - 1)$, Math. Comp. 68 (1999), 411–415); J. Nagura, On the interval containing at least one prime number, Proc. Japan Acad. 28 (1952), 177–181.

R. C. Baker, G. Harman, J. Pintz, The difference between consecutive primes, II, Proc. London Math. Soc. 83 (2001), 532–562.

P. X. Gallagher, On the distribution of primes in short intervals, Mathematika 23 (1976), 4–9.

G. H. Hardy, J. E. Littlewood, Some problems of ‘Partitio numerorum’ III: On the expression of a number as a sum of primes, Acta Math. 44 (1923), 1–70.

OEIS Foundation Inc., The On-Line Encyclopedia of Integer Sequences: A000040, A001223, A117078, A117563, A118534, A006562, A001359, and the sequences cited in §5; oeis.org.

R. Eismann, decompwlj — the atlas of decompositions, decompwlj.com; OEIS wiki, Decomposition into weight × level + jump.