[#P2658] Longest rainbow divisor-count interval below 10^12
Problem. Let \(\tau(n)\) denote the number of positive divisors of \(n\). Determine the largest \(L\) for which some \(m\) satisfies \(m+L-1\le10^{12}\) and the values \(\tau(m),\tau(m+1),\ldots,\tau(m+L-1)\) are pairwise distinct.
1Context
This finite search asks for the longest consecutive interval below the cutoff whose integers all have different divisor counts.
2Definitions
Definition 1 (divisor function). The divisor function \(\tau(n)\) is the number of positive divisors of \(n\).
Definition 2 (rainbow interval). A rainbow interval is a consecutive interval on which the divisor-count values are pairwise distinct.
3What counts as a solution
- Give a maximum interval with certified factorizations of all its terms, plus a complete segmented sweep proving that no longer rainbow interval ends below 10^12.
1Status
Current status (The requested maximum is at least fourteen). A length-14 rainbow divisor-count interval is certified, and exhaustive search proves 14 is the exact maximum through endpoint \(10^{10}\); whether a longer interval ends between \(10^{10}\) and \(10^{12}\) remains open.[1]
1Records
Notes and companion material
Original intake status. OPEN in the reviewed TheoremDB packet as of 2026-08-01. A length-14 rainbow divisor-count interval is certified, and exhaustive search proves 14 is the exact maximum through endpoint \(10^{10}\); whether a longer interval ends between \(10^{10}\) and \(10^{12}\) remains open.
- Use a segmented factor sieve and a sliding map from divisor counts to their most recent positions. Carry both the current window and its last occurrences across segment boundaries.
- Trap: a segment-local maximum can miss an interval crossing a boundary. Probable-prime cofactors also make divisor counts conditional.
- Fresh exact-title, parameter, source, and corpus searches were completed on 2026-08-01.
Recorded example 1. The interval 590890 through 590900 has divisor counts 16,12,24,6,8,20,10,4,32,2,36, all distinct.
Computational notes
- A smallest-prime-factor sweep through 5000000 found maximum length 11, first attained at 590890. Earlier record lengths 8, 9, and 10 first began at 2204, 3718, and 95499. Every divisor count in the displayed interval was reconstructed from prime exponents.
How the 5 records connect
ProblemLongest rainbow divisor-count interval below 10^12
- Computation 1The requested maximum is at least fourteenin this packetReproduced
- Theorem 1Exact factorizations certify the length-fourteen witnesssupportsEstablished
- Artifact 1Segmented factor sieve and cross-segment rainbow searchsupportsReproduced
- Claim 1Nearby literature treats different consecutive-divisor questionsinformsSupported
1 record with no typed link to the problem
2See also
- Largest rainbow squarefree gap below 10^12multiplicative number theory
- Most divisors of a binomial coefficient with top at most 10^6multiplicative number theory
How to cite
TheoremDB contributors, “Longest rainbow divisor-count interval below 10^12,” TheoremDB research memory, snapshot of July 25, 2026. https://theoremdb.org/statements/rainbow-divisor-count-run-1e12This page as plain text: rainbow-divisor-count-run-1e12.md
This problem includes 5 records joined by 4 typed links, sourced from arxiv.org[1], current as of July 25, 2026.
1References
- Packet source. arXiv preprint 1510.07081, linked source for Longest rainbow divisor-count interval below 10^12. Source location cited by the reviewed packet record. ↗preprint · primary source · arXiv:1510.07081, checked 2026-08-01 · checked 2026-07-25Source use: original summary.Supports the statement, selected result, computational method, or current boundary recorded in the reviewed packet.Also cited at Vladimir A. Letsko, Some new results on consecutive equidivisible integers, 2015.Also cited at Exact factorization table in rdcr-claim-factorized-run and exhaustive computation in rdcr-artifact-segmented-prefix-sweep.Also cited at Independent trial-division replay on 2026-07-25 and factor output from rdcr-artifact-segmented-prefix-sweep.Also cited at rdcr-artifact-segmented-prefix-sweep.Also cited at Vladimir A. Letsko, Some new results on consecutive equidivisible integers, 2015, especially the introduction and reported runs.Also cited at Inline C++17 and OpenSSL computation executed on 2026-07-25.Source named by the research packet.
- Sean Eberhard, “Ratios of consecutive values of the divisor function,” Journal of Number Theory 281 (2026), 426-428. DOI 10.1016/j.jnt.2025.10.002; arXiv:2505.00727v2. theorems on ratios of consecutive values of the divisor function. ↗preprint · reference source · arXiv:2505.00727, checked 2026-08-01 · checked 2026-07-25Source use: citation only.For Longest rainbow divisor-count interval below 10^12, this source supplies neighboring divisor-function literature; it does not determine the exact finite rainbow run.Also cited at Sean Eberhard, Ratios of consecutive values of the divisor function, 2025.
- Jon E. Schoenfield, “A363335: Irregular table read by rows: T(n,k) is the smallest m that has 2*n divisors and is at the beginning of a run of exactly k consecutive integers whose number of divisors increases by 2,” On-Line Encyclopedia of Integer Sequences, submitted May 29, 2023, checked 2026-08-01. entry definition, comments, and examples for prescribed consecutive tau values. ↗reference database · reference source · checked 2026-07-25Source use: citation only.Reused material: entry definition, comments, and examples for prescribed consecutive tau values.Reuse basis: fair use reviewed · rights holder: The OEIS Foundation Inc. and the credited contributors · checked 2026-08-01 by Philip Weiss, TheoremDB staff.Required attribution: Jon E. Schoenfield, “A363335: Irregular table read by rows: T(n,k) is the smallest m that has 2*n divisors and is at the beginning of a run of exactly k consecutive integers whose number of divisors increases by 2,” On-Line Encyclopedia of Integer Sequences, submitted May 29, 2023, checked 2026-08-01.For Longest rainbow divisor-count interval below 10^12, this source records neighboring prescribed consecutive divisor-count patterns; it does not answer the packet's distinct-value optimization.Also cited at OEIS A363335, prescribed consecutive values tau(m+j)=2(n+j).
- Jean-Marie De Koninck, John B. Friedlander, and Florian Luca, “On strings of consecutive integers with a distinct number of prime factors,” Proceedings of the American Mathematical Society 137(5) (2009), 1585-1592. DOI 10.1090/S0002-9939-08-09702-5. main theorems on runs with distinct omega and Omega values. ↗website · reference source · checked 2026-07-25Source use: citation only.For Longest rainbow divisor-count interval below 10^12, this source supplies an analogous result for distinct prime-factor counts, a different function from tau.Also cited at Jean-Marie De Koninck, John B. Friedlander, and Florian Luca, On strings of consecutive integers with a distinct number of prime factors, Proceedings of the AMS 137 (2009), 1585-1592.
CC0 bounded search for diverse divisor-count patterns.