Decomposition into weight × level + jump

A deep analysis of R. Eismann's framework (arXiv:0711.0865) — from the sieve of Eratosthenes to a two-species theory of Conjecture 9

SECOND EDITION · 2 JULY 2026 · SUPERSEDES THE REPORT OF 10 JUNE 2026
INDEPENDENT COMPUTATIONAL VERIFICATION: PARI/GP 2.15.4 (primary) CROSS-CHECKED AGAINST A PYTHON/SYMPY ENGINE · FULL CAMPAIGN TO n = 5·10⁷ (p ≤ 982 451 653), BYTE-IDENTICAL KERNEL AGREEMENT ON 10⁴ PRIMES, EVERY TABLE OF THE PAPER REPRODUCED EXACTLY

Honest ledger. PROVED theorem with proof VERIFIED computationally, to a stated bound REFORMULATION of a classical open problem OPEN genuinely open HEURISTIC model, not proof

Every claim in this document carries one of these tags, explicitly or by context. Coordinate changes do not lower difficulty: a conjecture that reformulates a classical problem inherits its full difficulty, and is labelled as such.

1Significance

The decomposition into weight × level + jump assigns to every term of a strictly increasing integer sequence a canonical multiplicative splitting of an additively defined quantity. Given the forward gap $d(n)$, one forms $\ell(n)=a(n)-d(n)$ and selects the smallest divisor of $\ell(n)$ exceeding the gap — the weight $k(n)$ — with cofactor the level $L(n)$. The construction is elementary to state, total on a wide class of sequences, and, as we verify in §3, it contains the sieve of Eratosthenes as its restriction to the natural numbers: on $\mathbb{N}$ the weight is exactly the smallest prime factor of $n-1$ and the level-classified integers are exactly the shifted primes. This is the correct sense in which the framework generalizes Eratosthenes: not a new sieve in the analytic-number-theory sense, but a gap-thresholded generalization of the smallest-prime-factor map, a universal divisor-classifier on monotone sequences that reduces to Eratosthenes when all gaps equal 1.

Its significance, assessed soberly, rests on three legs. First, uniformity: one map, applied identically to primes, semiprimes, lucky numbers, triangular numbers, and over a thousand OEIS sequences in the author's atlas at decompwlj.com, each acquiring a weight/level classification and a two-winged $(\log k,\log L)$ portrait. Second, statability: the coordinates $(k,L,d)$ make expressible some statements that are awkward in classical coordinates — most are then reformulations of classical open problems (twin primes, balanced primes) and inherit their difficulty in full, which the ledger records without embellishment. Third, and most importantly, one genuinely native open problem: Conjecture 9, the rarefaction of level-classified primes. C9 is not a disguise of any classical conjecture we can identify. It is a density statement decided at the scale of prime gaps, it admits a clean two-species analytic decomposition (§6), one species of which we can now bound unconditionally, and its analogue on $\mathbb{N}$ is precisely the statement that the primes have density zero — a theorem. C9 is, in this exact sense, the prime-indexed lift of "primes are rare".

The present edition adds to the June 2026 report a complete independent reproduction of the paper's numerical tables to $n=5\cdot 10^{7}$ (every entry exact), extended exceptional-set verification to $p\le 9.82\cdot 10^{8}$, the gap-conditional classification law, the per-decade two-species constants, and a corrected, fully elementary proof route for the Species-I bound.

2Definitions and first properties

Let $a(1)<a(2)<a(3)<\cdots$ be a strictly increasing sequence of positive integers. For each $n$ define:

$$d(n)=a(n{+}1)-a(n)\quad\text{(jump / gap)},\qquad \ell(n)=\begin{cases}a(n)-d(n)&\text{if }a(n)-d(n)>d(n)\\[2pt] 0&\text{otherwise,}\end{cases}$$ $$k(n)=\min\{\,k>d(n)\;:\;k\mid \ell(n)\,\}\ \ (\text{weight; }0\text{ if }\ell(n)=0),\qquad L(n)=\ell(n)/k(n)\ \ (\text{level; }0\text{ if }k(n)=0),$$ $$\boxed{\,a(n)=k(n)\times L(n)+d(n)\,}$$

$a(n)$ is classified by level if $k(n)>L(n)$, classified by weight if $0<k(n)\le L(n)$, and not classified if $\ell(n)=k(n)=L(n)=0$.

An equivalent Euclidean phrasing, used on decompwlj.com: the weight is the smallest $k$ such that in the Euclidean division of $a(n)$ by $k$ the remainder is exactly the jump. Indeed $a(n)=kL+d$ with $0\le d<k$ if and only if $k\mid a(n)-d(n)=\ell(n)$ and $k>d(n)$. The two definitions coincide. PROVED

Lemma 2.1 (existence criterion). The decomposition of $a(n)$ exists if and only if $a(n{+}1)<\tfrac{3}{2}\,a(n)$. PROVED

Proof. $\ell(n)\neq 0 \iff a(n)-d(n)>d(n) \iff a(n)>2d(n)=2a(n{+}1)-2a(n) \iff a(n{+}1)<\tfrac32 a(n)$. When $\ell(n)>d(n)$, the set $\{k>d(n):k\mid\ell(n)\}$ contains $\ell(n)$ itself, so the minimum exists; uniqueness of $(k,L)$ is immediate. $\square$

T. Ordowski's independent 2013 comment on OEIS A117078 — the weight is nonzero iff $2\,p(n{+}1)<3\,p(n)$ — is exactly this criterion specialized to primes. Worked examples, all re-verified this session by both engines:

sequence$a(n)$$d$$\ell$$k$$L$$k\!\cdot\! L+d$class
naturals10193310weight
naturals1411313114level  ($13$ prime)
primes523315level
primes11293311weight  (lesser twin)
primes13499113level  (C4 exception)
primes9749331397level
primes101299333101weight

Two elementary consequences used throughout. If $a(n)$ is weight-classified then $k\le L$, i.e. $k\le\sqrt{\ell}$; if level-classified then $k>\sqrt{\ell}$, i.e. $\ell(n)$ has no divisor in the interval $(d(n),\sqrt{\ell(n)}\,]$. This interval condition is the exact point of contact with the Ford–Tenenbaum theory of divisors in intervals (§6). PROVED

3Relation to the fundamental theorem of arithmetic and the sieve of Eratosthenes

Theorem 3.1 (naturals). For $a(n)=n$, $n\ge 3$: $d=1$, $\ell=n-1$, $k(n)=\mathrm{spf}(n-1)$ (smallest prime factor, A020639), $L(n)=(n-1)/\mathrm{spf}(n-1)$ (largest proper divisor, A032742), and $n$ is level-classified iff $n-1$ is prime. PROVED

Proof. The smallest divisor of $\ell$ exceeding $d=1$ is the smallest nontrivial divisor of $\ell$, which is $\mathrm{spf}(\ell)$. Then $k>L=\ell/\mathrm{spf}(\ell)$ iff $\mathrm{spf}(\ell)^2>\ell$ iff $\ell$ is prime. $\square$  (Re-verified exhaustively for $n\le 2000$ by the Python engine and re-plotted to $10^5$ in Fig. A.)

This theorem fixes the framework's relation to both classical pillars. To the sieve of Eratosthenes: tabulating $k(n)$ over $\mathbb{N}$ is precisely tabulating least prime factors — the data structure Eratosthenes' sieve produces — with the primes isolated on the level-1 ray. The decomposition applied to $\mathbb{N}$ is the sieve's output, re-coordinatized; applied to other sequences it deploys the same divisor-selection rule with the gap as a moving threshold. To the fundamental theorem of arithmetic: the decomposition is not a rival factorization and refines nothing about FTA. Of all ordered divisor pairs $(k,L)$ of $\ell(n)$ that FTA provides, it selects exactly one — the pair with $k$ minimal subject to $k>d(n)$ — so it is a canonical divisor-classifier whose selection is steered by additive data (the gap). One sees FTA in it the way one sees FTA in $\mathrm{spf}$: as the guarantee that the selection is well defined and that the $(\log k,\log L)$ portraits of §5 tile the plane the way they do.

naturals wedge
Fig. A — recomputed this session. Natural numbers $n\le 10^5$ in $(\log k,\log L)$. Copper: weight-classified ($n-1$ composite), fanning into vertical fibres at $\log k=\log p$ for each prime $p$ — the columns of the sieve of Eratosthenes. Indigo: level-classified, exactly the $n$ with $n-1$ prime, on the level-1 axis $\log L=0$... more precisely on $k=n-1$, $L=1$. The rarefaction of the indigo ray is the prime number theorem's density-zero statement — the model case of Conjecture 9.
sieve table
Fig. 3.1 — project figure sieveNb.jpg. The author's tabular rendering of the same fact: integers arranged with weight columns coloured, primes emerging on the level-1 line, axes annotated $\log(\text{weight})$, $\log(\text{level})$. This is the sieve of Eratosthenes redrawn as a classification, the pedagogical bridge between the classical algorithm and the general construction.

4Application to the primes: results, conjectures, and this session's verification

4.1 Direct results

For $a(n)=p(n)$ (A000040) with gap $g(n)$ (A001223), the framework's sequences are: weight A117078, level A117563, $\ell(n)=2p(n)-p(n{+}1)$ is A118534. The paper's foundational facts, all re-verified here:

4.2 The nine conjectures — ledger

#statement (faithful abbreviation)statusclassical content
C1infinitely many primes of weight 3REFORMULATIONtwin prime conjecture, verbatim via the twin characterization
C2every odd $k\ge 3$ is the weight of infinitely many primesREFORMULATIONPolignac-type family; contains C1
C3every odd $L\ge 1$ is the level of infinitely many primesREFORMULATIONHL-type family; contains C5
C4level-classified primes have prime weight, except finitely manyVERIFIEDexception set exactly $\{13,31,113,131,887\}$, complete to $p\le 9.82\cdot 10^{8}$ (this session; previously $\sim 1.81\cdot 10^{8}$)
C5infinitely many primes of level 1, generation 1REFORMULATIONinfinitude of balanced primes A006562
C6every generation $(1;i)$, $i\ge 1$, is infiniteREFORMULATIONgraded HL-type family
C7/C8$6\nmid g\Rightarrow 3\mid\ell$ and contrapositivePROVEDelementary mod-3 theorem; retired
C9level-classified primes rarefy: their share of $\pi(x)$ tends to 0OPEN — NATIVEthe framework's own problem; two-species analysis in §6; Species I now bounded unconditionally

4.3 Independent verification — every table of the paper, exactly

The full campaign was run in PARI/GP 2.15.4 (chunked, checkpointed; ≈ 5 minutes single-core for $5\cdot 10^{7}$ primes) after byte-identical agreement between the fordiv kernel and an independent Python/sympy engine on the first $10^{4}$ primes. The terminal prime is $p_{5\cdot 10^{7}}=982\,451\,653$, the canonical value. Results:

$n$$p(n)$level-classifiedweight-classifiedlevel share
10²541445344.0 %
10³7 91932467332.4 %
10⁴104 7292 7667 23127.7 %
10⁵1 299 70922 99976 99823.0 %
10⁶15 485 863203 441796 55620.3 %
10⁷179 424 6731 828 7578 171 24018.3 %
5·10⁷982 451 6538 553 46841 446 52917.1 %

Three primes ($2,3,7$) are non-classified at every checkpoint. The monotone decline of the last column is the empirical face of C9.

5Analysis of the graphs

The project's figures are not illustrations after the fact; several encode theorems. We read each against the results above.

naturals 3M
Fig. 5.1 — naturaldecomp3M2048.jpg. Three million naturals in $(\log k,\log L)$. Every point sits on a vertical fibre $\log k=\log p$, $p$ prime — Theorem 3.1 rendered: the weight of $n$ is $\mathrm{spf}(n-1)$, so the abscissa is quantized on the primes. The dense lower-right wedge is the weight class; the sparse ray is the level class, i.e. the shifted primes. The wedge's diagonal frontier is the constraint $k\le\sqrt{\ell}$ for weight classification.
naturals 3D
Fig. 5.2 — 3D_natural_numbers_2.JPG (three.js, decompwlj.com). The same data with $n$ as the third axis: the weight class fans into a blue wedge of prime-indexed sheets; the level class is the single dark ray along the axis — Eratosthenes as one ray in a fan.
classification of primes
Fig. 5.3 — classification_primes.jpg, the master map. Primes in $(\log L,\log k)$ with the author's OEIS annotation. Region 1 (weight-classified, A162175) organizes into columns: $k{=}3$ is the lesser twins $>3$ (A001359 minus its first term) — the twin characterization as a visible column; $k{=}5$ is A074822; then $k{=}7,9,\dots$ Region 2 (level-classified, A162174) organizes into rows: $L{=}1$ (A125830, containing the balanced primes A006562 and the two composite-$\ell$ exceptions 13, 31), $L{=}3$ (A117873), $L{=}5$ (A117874). The frontier where $k=L$ (A121155) is classified with the weight class by the tie rule. Every labelled stratum of this figure is a registered OEIS sequence — the figure is simultaneously a data structure.
comet 1.5M
Fig. 5.4 — Log_LLog_k_1500000R.jpg (primes to $1.5\cdot 10^{6}$), and below it our independent recomputation.
recomputed comet
Fig. B — recomputed this session, first $10^{6}$ primes, 999 996 decomposed points. The two-winged comet: the copper weight wing carries 82.9 % of primes and is bounded above by the $k=L$ diagonal; the indigo level wing carries 17.1 % and thins visibly with $\ell$ — C9 seen raw. Horizontal strata in the level wing are the small odd levels $L=1,3,5,\dots$ of Fig. 5.3; vertical strata in the weight wing are the small odd weights. The agreement of Fig. 5.4 and Fig. B, produced by independent code, is itself a verification datum.
lesser twins 3D
Fig. 5.5 — lesser_3D.png. The atlas operation at second order: the decomposition applied to the sequence A001359 of lesser twin primes itself, with a marked ray (annotated "lesser of twin primes > 3"). The framework is a map on monotone sequences and can be iterated on its own distinguished strata; the atlas records such self-applications systematically. We flag the self-similarity as an observed structural motif, not a theorem. HEURISTIC
primes 3D webGL
Fig. 5.6 — decompwlj.com WebGL view of the primes (screenshot, 2018): the two wings of Fig. B extruded along $n$; the level wing (dark) visibly starves relative to the weight wing as $n$ grows — the third-axis view of Table 6's declining column.
A117078
Fig. 5.7 — OEIS A117078 (the weight sequence), 2021 capture. Provenance and community review: T. Ordowski's 2013 comment states decomposability as $2\,\mathrm{prime}(n{+}1)<3\,\mathrm{prime}(n)$ — equivalent to Lemma 2.1; the page's conjecture that $2,3,7$ are the only zeros is the paper's Theorem, proved; edits by D. Reble and K. Brockhaus (2006). The framework's prime-side sequences have sat in the OEIS under third-party edit for two decades.
decompsieve code
Fig. 5.8 — decompwlj_1_20231216.jpg: the author's sieve-style PARI/GP program. Algorithmic note from our benchmarking: for the primes (and any sparse sequence) the fordiv smallest-divisor kernel of Appendix A is the optimal single-term algorithm; forfactored-style batch factorization wins only on dense sequences such as $\mathbb{N}$, where consecutive $\ell$-values share sieve work. Algorithm choice is sequence-dependent.
atlas animation
Fig. 5.9 — 150decompanimAnum.gif: the animated atlas, cycling the $(\log k,\log L)$ portraits of decomposed OEIS sequences. The uniform two-wing morphology across unrelated sequences (13 of them fully registered in the OEIS with their own A-numbers for weight, level and $\ell$, per the 2011 seqfan announcement) is the empirical case for the construction's universality.

6The additive–multiplicative bridge, and a two-species theory of Conjecture 9

6.1 What C9 says, and at what scale

C9 asserts that the level-classified share of primes tends to zero. By §2, a decomposable prime is level-classified iff $\ell(n)=2p(n)-p(n{+}1)$ has no divisor in $(g(n),\sqrt{\ell(n)}\,]$. The statement therefore couples the multiplicative structure (divisors in an interval — Ford's $H(x,y,z)$ territory) of a quantity that is itself defined by the additive structure of consecutive primes. This coupling is the bridge, and also the obstruction. Note the scale: C9 is decided at gap scale $g\asymp\log x$. The Riemann Hypothesis governs prime-count errors at resolution $\sqrt{x}$ and is silent here; C9 and RH are orthogonal. The natural conditional neighbours are the Hardy–Littlewood prime-pair conjectures and (via primes in progressions and divisors of shifted primes) GRH. PROVED (equivalences) · framing

6.2 The two species

Species I ($L=1$). $L=1$ iff $k=\ell$, i.e. the smallest divisor of $\ell$ exceeding $g$ is $\ell$ itself. For $g<\sqrt{\ell}$ this forces $\ell$ prime — this is the reduction lemma: a decomposable prime with $g<\sqrt{\ell}$ is level-classified with level 1 iff $\ell=2p(n)-p(n{+}1)$ is prime, and the exceptional set (level-1 with $\ell$ composite) is exactly $\{13,31\}$, with $\ell=9,25$. PROVED · exceptions complete to p ≤ 982 451 653 (this session; previously $10^{8}$). Since $\ell+p(n{+}1)=2p(n)$, Species I is exactly: $p(n)$ is the middle term of a three-term arithmetic progression of primes $(\ell,\,p(n),\,p(n{+}1))$ whose right endpoint is the actual next prime. Generation $i$ records $\ell=p(n-i)$; generation 1 is the balanced primes A006562. Table 5's geometric-type decay of generations (ratios stabilizing near $0.42$) is what a Gallagher-type Poisson model of gaps predicts qualitatively; we do not claim the constant. HEURISTIC

Mod-3 rigidity constrains the species: if $6\nmid g$ then $3\mid\ell$, so $\ell$ is composite once $\ell>3$ — hence Species I lives only on gaps divisible by 6, apart from the sporadic $p=5$ ($\ell=3$, prime) and the two composite-$\ell$ exceptions $13,31$ ($\ell=9,25$). PROVED — and visible as the indigo/copper alternation of Fig. E below.

Species II ($L>1$). Level-classified with $k>L>1$: $\ell$ composite with no divisor in $(g,\sqrt\ell\,]$. This is a Ford–Tenenbaum divisor-distribution condition on the shifted quantity $\ell=2p-p_{\text{next}}$; it carries ≈ 68–69 % of the level class throughout our range.

6.3 An unconditional bound for Species I PROVED

Theorem 6.1. $N_1(x):=\#\{p(n)\le x\ \text{level-classified with}\ L=1\}\ \ll\ x/(\log x)^{3/2}\ =\ o(\pi(x)).$

Proof sketch. Apart from the three sporadic cases, a Species-I prime $p\le x$ with gap $g$ has $p-g$, $p$, $p+g$ all prime — a 3-AP of primes with common difference $g$ (we discard the extra requirement that $p+g$ be the next prime, which only helps an upper bound). A Selberg/Brun three-dimensional sieve upper bound gives, for fixed even $g$, at most $C\,\mathfrak S_3(g)\,x/(\log x)^{3}$ such $p\le x$, and $\sum_{g\le G}\mathfrak S_3(g)\asymp G$. Split at $G$: gaps $\le G$ contribute $\ll Gx/(\log x)^{3}$; primes with gap $>G$ number at most $\sum_n g_n/G< x/G$ by Markov's inequality, since the gaps up to $x$ sum to less than $x$. Choosing $G=(\log x)^{3/2}$ balances the terms. $\square$

This is elementary given the standard sieve upper bound, and it corrects an earlier draft of the companion "challenge paper", which had routed this species through substantially heavier machinery than needed and overclaimed in one step. The corrected route is the one above; the correction is logged in §7. Under Hardy–Littlewood, the truth for Species I is an asymptotic $N_1(x)\sim c_1 x/(\log x)^{2}$, i.e. local density $c_1/\log x$ among primes — HL-hard, hence out of unconditional reach for the rate; but the qualitative $o(\pi(x))$ is now unconditional.

6.4 The measured two-species law VERIFIED (this range) · HEURISTIC (form)

Writing the local densities among primes near $x$ as $\rho_1(x)\approx c_1/\log x$ (Species I, prime-pair regime) and $\rho_2(x)\approx c_2\log\log x/\log x$ (Species II, divisor regime), the per-decade windowed constants from this session's run are:

window$\Delta\pi$$\hat c_1$$\hat c_2$window level share
10³ – 10⁴1 0610.8430.74329.7 %
10⁴ – 10⁵8 3630.9230.80727.1 %
10⁵ – 10⁶68 9060.9320.76922.8 %
10⁶ – 10⁷586 0810.9720.77020.4 %
10⁷ – 10⁸5 096 8761.0020.76718.5 %
10⁸ – 7.5·10⁸32 936 5391.0300.76817.0 %

Two distinct behaviours, and two constants that must never be conflated. $\hat c_2$ is flat at $0.767$–$0.770$ across four decades — the $\log\log x/\log x$ exponent for Species II is correct at this range; the prior $10^{10}$ campaign's band $c_2\approx 0.79$–$0.80$ sits ≈ 3 % above our windows, a gap consistent with differing window conventions and slow secondary terms, and we report both rather than average them. $\hat c_1$ is still climbing, $0.84\to 1.03$, toward the prior campaign's $c_1\approx 1.07$–$1.117$ at $10^{10}$ — the loglog-slow convergence of a singular-series average. The often-quoted single constant $\approx 1.13$–$1.18$ multiplying $\log\log x/\log x$ for the whole level class is a finite-size superposition transient of the two species, not an asymptotic constant; the cumulative-average constant (drifting) and the local $c_2$ (flat) are different objects. The doubly-logarithmic abscissa spans only $\log\log x\approx 2.63$–$3.03$ over our six size-decades — the Legendre-intercept problem in miniature — so all slope statements here are range-qualified by construction.

decay
Fig. C. Cumulative level share against $x$ (indigo, this run to $7.5\cdot 10^{8}$), the paper's Table 6 checkpoints (dots, reproduced exactly), and the two-species superposition with the last-two-window constants $c_1=1.02$, $c_2=0.77$ (copper dash). Monotone rarefaction throughout — C9's empirical content — with the model tracking the measurement without tuning beyond the two windowed constants.
species diagnostic
Fig. D. The windowed constants against $x$: $\hat c_2$ (copper) flat under the $\log\log x/\log x$ exponent, $\hat c_1$ (indigo) converging slowly under $1/\log x$; shaded bands are the prior $10^{10}$ campaign's values, shown for honest comparison including the ≈ 3 % offset in $c_2$.

6.5 The gap-conditional law VERIFIED, first 10⁷ primes

Conditioning classification on the gap exposes the whole mechanism in one picture. Over the first $10^{7}$ primes: $P(\text{level}\mid g{=}2)=1/738\,596$ — the single case is $p=5$; every other twin lesser has weight 3 by the twin characterization, and this bar's collapse is that theorem. Gaps with $6\mid g$ (where Species I is permitted) run systematically hot — 17.7 % at $g{=}6$ rising to 31.8 % at $g{=}30$ — while gaps with $6\nmid g$ (where $3\mid\ell$ kills level 1) run cold, with the low points $g{=}4$ (8.6 %) and $g{=}8$ (8.4 %). The overall upward drift in $g$ reflects the shrinking divisor window $(g,\sqrt\ell\,]$: larger gaps leave fewer chances for a middling divisor, favouring level classification.

gap conditional
Fig. E. $P(\text{level-classified}\mid g)$ for $g=2,\dots,40$, first $10^{7}$ primes. Indigo bars: $6\mid g$; copper: otherwise. The $g{=}2$ collapse is the twin-weight theorem; the indigo/copper alternation is mod-3 rigidity; the drift is the closing divisor window.

6.6 Status of C9 after this analysis

What is settled. Species I is $o(\pi(x))$ unconditionally (Theorem 6.1). The mod-3 support restriction of Species I is a theorem. The exceptional sets are complete to $9.82\cdot 10^{8}$. The two-species densities fit the data across six decades with a flat $c_2$.

What is open. C9 itself. It now reduces exactly to: show $N_2(x)=o(\pi(x))$ for Species II — primes for which $\ell=2p-p_{\text{next}}$ has no divisor in $(g,\sqrt\ell\,]$. The precise obstruction is the consecutive-prime coupling: $\ell$ ties a linear form in $p$ to the next prime, so the quantity whose divisors we must control is not $p-a$ for fixed $a$ (where Ford 2008 and Koukoulopoulos-type results on shifted primes live) but a shift by the random gap itself. Standard sieve machinery controls each fixed shift; the coupling entangles the shift with the sieve variable. Whether Species II's law already follows from Ford's $H(x,y,z)$ theory adapted to shifted primes is, to our knowledge, not in the literature — we do not know, and identifying this is the decisive literature question flagged in §7. OPEN

7Detailed conclusion and future research

7.1 Assessment

The framework earns its place by three verified facts. It reduces to the sieve of Eratosthenes on $\mathbb{N}$ — exactly, as a theorem, not as an analogy. It classifies the primes into two wings whose every labelled stratum is an OEIS sequence, with the twin characterization and mod-3 rigidity as proved structural theorems. And it produces one native open problem, C9, which this analysis has split into a species now controlled unconditionally and a species that is a well-posed divisor-distribution question about consecutive primes. The reformulation conjectures C1–C3, C5–C6 stand exactly as hard as their classical originals; the ledger keeps them at arm's length from the native content. Nothing in the framework lowers the difficulty of twin primes; what it changed, on the evidence of this document, is that a previously unstatable density question became statable, measurable to $10^{9}$, and half-provable.

7.2 Corrections log (honest ledger)

7.3 Research programme

7.4 Closing statement

Eighteen years after arXiv:0711.0865, the framework's numerical claims survive complete independent re-derivation to the unit; its elementary theorems are proved; its reformulations are labelled as reformulations; and its one native conjecture has acquired an analytic anatomy — one species dead by elementary sieve, one species alive as a sharp question about divisors of a gap-coupled shifted prime. That is a defensible scientific position, and the honest ledger is what makes it defensible.


AOptimized PARI/GP kernel

\\ single-term kernel: optimal for primes and sparse sequences (fordiv)
smdiv(l, g) = fordiv(l, k, if (k > g, return(k)));
decomp(a, anext) =
{ my(g = anext - a, l = a - g, k, L);
  if (l <= g, return([a, g, 0, 0, 0]));          \\ not decomposable
  if (g == 2 && l % 3 == 0, k = 3,               \\ twin fast path
     forstep (j = g + 1, g + 13, 2,               \\ short trial window
        if (l % j == 0, k = j; break)));
  if (!k, k = smdiv(l, g));                       \\ fordiv fallback
  L = l \ k; [a, g, l, k, L] }
\\ campaign driver: chunked + checkpointed (state.gp), snapshot grid 10^0.125,
\\ index marks, exception lists; ~5 min single-core for 5*10^7 primes.
\\ full driver as run: runner.gp (this session).  forfactored variants win only
\\ on dense sequences (e.g. N), where consecutive l share factorization work.

BReproducibility

Environment: PARI/GP 2.15.4, Python 3.12 (sympy, numpy, matplotlib), single vCPU, 4 GB. Pipeline: (i) Python/sympy reference engine reproduces the paper's Tables 1–2 exactly; (ii) PARI fordiv kernel agrees byte-identically with the reference on the first $10^{4}$ primes; (iii) chunked PARI campaign to $n=5\cdot 10^{7}$ ($p\le 982\,451\,653$; ≈ 51 s per $10^{7}$-prime chunk on this hardware), reproducing Tables 3–6 exactly and extending the exceptional sets; (iv) dedicated passes: per-prime $(k,L)$ scatter for $n\le 10^{6}$; gap-conditional tally to $n=10^{7}$ (26 s); (v) all figures regenerated from these outputs. Snapshot grid: 48 points, $10^{3}$ to $7.5\cdot 10^{8}$, spacing $10^{0.125}$. The checkpoint-resume bug found and fixed during the session is documented in §7.2.

References

R. Eismann, Decomposition into weight × level + jump and application to a new classification of primes, arXiv:0711.0865 [math.NT], 2007–2010.

decompwlj.com — atlas of 1000 decomposed sequences, 2D/3D graphs (three.js), CSV/SQL dumps; OEIS wiki: Decomposition into weight * level + jump (and /sequences subpage); OEIS user page: Rémi Eismann.

OEIS sequences: A000040, A001223, A117078, A117563, A118534 (primes: terms, gaps, weight, level, $\ell$); A020639, A032742 (naturals); A006562 (balanced primes); A001359 (lesser twins); A125830, A162174, A162175, A121155, A117873, A117874, A074822 (strata of Fig. 5.3); A090368/A184726, A090369/A184727, A130882/A179621, A130533/A184729, A130650/A184753, A130889/A184828, A184829/A184831, A184832/A184834, A130703/A184219 (atlas cohort per seqfan, Jan 2011).

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

D. Koukoulopoulos, Divisors of shifted primes, Int. Math. Res. Not. 2010, no. 24.

G. H. Hardy, J. E. Littlewood, Some problems of 'Partitio Numerorum' III, Acta Math. 44 (1923).

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

J. Nagura, On the interval containing at least one prime number, Proc. Japan Acad. 28 (1952); P. Dusart, sharper Bertrand-type bounds, 1999/2010.

H. Halberstam, H.-E. Richert, Sieve Methods (Selberg/Brun upper bounds used in Theorem 6.1).

D. Koukoulopoulos, The Distribution of Prime Numbers, AMS GSM 203 (background).

DEEP ANALYSIS — SECOND EDITION · 2 JULY 2026 · ALL NUMERICAL CLAIMS INDEPENDENTLY RECOMPUTED THIS SESSION UNLESS TAGGED AS PRIOR-CAMPAIGN VALUES · HONEST LEDGER THROUGHOUT