ODLK2025
}}
[[File:{{#setmainimage:Odlk2025.jpg|409x180px}}|alt=logo image|center|frameless]]ODLK2025 is a BOINC-based volunteer computing project that searches for symmetric k-tuples of consecutive prime numbers. It was launched on 13 February 2025 by mathematician Natalia Makarova and server administrator termit, as a continuation and extension of earlier distributed-computing efforts on the same mathematical problem.[1]
Background
Volunteer computing and BOINC
Volunteer computing is an arrangement in which members of the public donate idle CPU cycles on their personal computers to scientific research projects.[2] The Berkeley Open Infrastructure for Network Computing (BOINC) is an open-source middleware system, developed at the University of California, Berkeley, that is the most widely-used platform for such projects.[3] Volunteers install the BOINC client on their computers; the project server then distributes work units, collects results, and awards credits.
Project lineage
ODLK2025 is the latest in a chain of related projects all aimed at symmetric prime tuples:
- T.Brada Experimental Grid (TBEG) — hosted the original "Symmetric Prime Tuples" sub-project, created by Tomáš Brada, which ran until it was discontinued in late 2022.[1]
- Symmetric Prime Tuples (SPT) — a new BOINC project at
boinc.termit.me/adslthat continued the work. The SPT application uses the open-source primesieve library to construct a sieve of primes in memory, consuming roughly 1.3 GB RAM per task, then searches for symmetric tuples within the range up to <math>2^{64}</math>.[4] - ODLK2025 — launched when the need arose to search beyond the <math>2^{64}</math> limit that constrains SPT, and when disagreements over adding a new application algorithm to SPT led Makarova and termit to establish an independent project.[5]
ODLK2025 also continues work previously done in ODLK (boinc.progger.info/odlk) and is described on its own homepage as "a new fork from" TBEG, SPT, and ODLK.[6]
Note: BOINC's creator, David Anderson, declined to add ODLK2025 to the official BOINC project list, citing a preference against "overlapping" projects.[7] The project is therefore independently hosted and listed on community sites such as BOINC Synergy.
Why ODLK2025?
ODLK2025 is a subproject of the BOINC project Symmetric Prime Tuples (SPT).
ODLK2025 solves the problem of finding symmetric tuples of consecutive prime numbers which cannot be found in the BOINC project SPT due to the search range limitation to <math>2^{64}</math>.
In particular, the problem of finding symmetric tuples of length 17 of consecutive prime numbers according to the following pattern:
- <math>0, 6, 24, 36, 66, 84, 90, 114, 120, 126, 150, 156, 174, 204, 216, 234, 240</math>
The existence of such tuples is a necessary condition for the existence of a symmetric tuple of length 19 of consecutive prime numbers with a minimum diameter of 252.
Currently, this sub-problem is also being discussed in a non-BOINC context at the dxdy.ru forum topic "Symmetric tuples of consecutive prime numbers".
Goal
The primary goal of ODLK2025 is to find symmetric k-tuples of consecutive prime numbers in search ranges that exceed <math>2^{64}</math>, which is the limit of the parent SPT project. The project pursues the following concrete targets:
- Find symmetric 17-tuples of consecutive primes matching the pattern <math>0, 6, 24, 36, 66, 84, 90, 114, 120, 126, 150, 156, 174, 204, 216, 234, 240</math> — a necessary precondition for demonstrating the existence of a symmetric 19-tuple with minimum diameter 252.
- Search for symmetric 19-tuples (Calc19Tuples application) and 21-tuples (Calc21Tuples) in higher ranges.
- Search for symmetric 15-tuples via the Calc15Tuples application, which uses an algorithm by Makarova that allows the search to be completed exhaustively over a defined range.[8]
Mathematical background
The mathematical foundations of ODLK2025 rest on the theory of prime k-tuples and the Hardy–Littlewood conjectures.[9]
The Hardy–Littlewood conjecture
In 1923, G. H. Hardy and J. E. Littlewood proposed a conjecture giving the asymptotic density of admissible prime k-tuples.[10] If <math>\mathcal{H} = (a_1, a_2, \ldots, a_k)</math> is an admissible pattern (one that does not cover all residues for any prime), the conjecture predicts that the count of primes <math>p \leq n</math> for which <math>p+a_1, \ldots, p+a_k</math> are all prime is asymptotically
- <math>\pi_{\mathcal{H}}(n) \sim \mathfrak{S}(\mathcal{H}) \int_2^n \frac{dt}{(\log t)^{k+1}}</math>
where <math>\mathfrak{S}(\mathcal{H})</math> is the Hardy–Littlewood singular series (a product over primes reflecting local density corrections). This conjecture remains unproven but is strongly supported by numerical evidence.[11]
Problem 62
The specific research problem addressed by ODLK2025 was originally formulated by Natalia Makarova and published as "Problem 62. Symmetric k-tuples of consecutive primes" on the PrimePuzzles.net website.[12] The definitions below are taken from that problem statement.
Methods
Definition 1: Prime k-tuple
A prime k-tuple is a finite collection of values <math>(p + a_1,\; p + a_2,\; p + a_3,\; \ldots,\; p + a_k)</math>, where <math>p,\; p + a_1,\; p + a_2,\; \ldots,\; p + a_k</math> are prime numbers and <math>(a_1, a_2, a_3, \ldots, a_k)</math> is called the pattern. Typically the first value in the pattern is 0 and the rest are distinct positive even numbers.[12] We consider the k-tuple where <math>p + a_1, p + a_2, \ldots, p + a_k</math> are consecutive primes.
Definition 2: Symmetric k-tuple (even length)
A k-tuple <math>(p + a_1,\; p + a_2,\; \ldots,\; p + a_{k/2},\; p + a_{k/2+1},\; \ldots,\; p + a_{k-1},\; p + a_k)</math> for even <math>k</math> is called symmetric if
- <math>a_1 + a_k \;=\; a_2 + a_{k-1} \;=\; a_3 + a_{k-2} \;=\; \cdots \;=\; a_{k/2} + a_{k/2+1}.</math>
Example — symmetric 8-tuple:
- <math>17:\; 0,\; 2,\; 6,\; 12,\; 14,\; 20,\; 24,\; 26</math>
which is short for <math>(17+0,\; 17+2,\; 17+6,\; 17+12,\; 17+14,\; 17+20,\; 17+24,\; 17+26)</math>.
Definition 3: Symmetric k-tuple (odd length)
A k-tuple for odd <math>k</math> is called symmetric if
- <math>a_1 + a_k \;=\; a_2 + a_{k-1} \;=\; \cdots \;=\; a_{(k-1)/2} + a_{(k-1)/2+2} \;=\; 2\,a_{(k-1)/2+1}.</math>
Example — symmetric 5-tuple:
- <math>18713:\; 0,\; 6,\; 18,\; 30,\; 36</math>
Definition 4: Diameter
The diameter <math>d</math> of a k-tuple is the difference between its largest and smallest elements.[12]
Example — the 8-tuple <math>17:\; 0, 2, 6, 12, 14, 20, 24, 26</math> has diameter <math>d = 26</math>.
Applications
The project currently runs four CPU-only applications for Windows (x86-64) and Linux (x86-64):[13]
| Application | Description | Version | Avg. performance (Windows / Linux) |
|---|---|---|---|
| Calculate Tuples | Original symmetric-tuple search application (now suspended to save resources) | 2.95 | 182 / 122 GigaFLOPS |
| Calc19Tuples | Searches for symmetric 19-tuples | 2.18 | 629 / 169 GigaFLOPS |
| Calc21Tuples | Searches for symmetric 21-tuples | 1.16 | 862 / 203 GigaFLOPS |
| Calc15Tuples | Searches for 15-tuples (and sub-tuples 9, 11, 13) using Makarova's exhaustive algorithm | 1.05 | 38 / 35 GigaFLOPS |
The total average computing power across all applications is approximately 2,239 GigaFLOPS.
All applications are CPU-only. GPU support is not currently offered.
Server status (as of 22 May 2026)
The following statistics were read directly from the project server status page:[14]
| Metric | Value |
|---|---|
| Users with credit | 251 |
| Users with recent credit | 100 |
| Computers with credit | 1,553 |
| Computers with recent credit | 307 |
| Current performance | ~1,869 GigaFLOPS |
| Tasks in progress | 12,098 |
| Tasks ready to send | 8,207 |
All server daemons (scheduler, feeder, transitioner, validators, assimilators, file deleter) are reported as Running.
How to participate
- Download and install the BOINC client for your operating system (Windows or Linux).
- In the BOINC Manager, choose Add Project and enter the URL:
https://boinc.mak.termit.me/odlk2025/ - Create an account, and BOINC will automatically download work units and begin computing.
Each task currently runs for an average of 1.5–3 hours depending on application. Tasks are CPU-only and require no GPU.
Project team / Sponsors
- Natalia (Nataliya) Makarova — Project scientist; originator of Problem 62 and the underlying algorithms.[12]
- termit — Project administrator; operates the server infrastructure.
Related projects
- Symmetric Prime Tuples (SPT) — the parent BOINC project; searches up to <math>2^{64}</math>
- ODLK — earlier project at progger.info hosting related tuple work
- PrimeGrid — a major BOINC project searching for prime numbers of various forms
- Gerasim@Home — also runs a "Get Symmetrical Tuples" application using a different algorithm (odd-length tuples only)[15]
Results repository
Computed results (found tuples) are stored in the project's public database:
Related scientific papers
- Volfson, Victor.Dependencies of prime numbers in a tuple. arXiv. — Analyses the Hardy–Littlewood constant for symmetric tuples and proves that it decreases monotonically as tuple length decreases, reflecting weakening inter-prime dependence.
- Tóth, László.On The Asymptotic Density Of Prime k-tuples and a Conjecture of Hardy and Littlewood. arXiv. — Computes "Skewes numbers" for nine prime k-tuples and provides numerical support for the Hardy–Littlewood conjecture.
- Anderson, David P..(2019}).BOINC: A Platform for Volunteer Computing. Journal of Grid Computing. DOI: 10.1007/s10723-019-09497-9. — Describes the BOINC platform on which ODLK2025 runs.
See also
References
- ↑ 1.0 1.1 News archive — T.Brada Experimental Grid. Retrieved 2026-05-22}.
- ↑ Anderson, David P..(2019}).BOINC: A Platform for Volunteer Computing. Journal of Grid Computing. DOI: 10.1007/s10723-019-09497-9.
- ↑ Berkeley Open Infrastructure for Network Computing — Wikipedia. Retrieved 2026-05-22}.
- ↑ SPT — BOINC Synergy Wiki. Retrieved 2026-05-22}.
- ↑ (2025-01-25}).Marathon 2025 — FormulaBoinc Forum. Retrieved 2026-05-22}.
- ↑ ODLK2025 — What is ODLK2025?. Retrieved 2026-05-22}.
- ↑ (2025-01-20}).Thread: New project ODLK2025 — BOINC message boards. Retrieved 2026-05-22}.
- ↑ (2025-07-12}).ODLK2025 News — Calc15Tuples launched. Retrieved 2026-05-22}.
- ↑ First Hardy–Littlewood conjecture — Wikipedia. Retrieved 2026-05-22}.
- ↑ Hardy, G. H.; Littlewood, J. E..(1923}).Some Problems of 'Partitio Numerorum.' III. On the Expression of a Number as a Sum of Primes. Acta Mathematica. pp. 1–70.
- ↑ Tóth, László.On The Asymptotic Density Of Prime k-tuples and a Conjecture of Hardy and Littlewood. Retrieved 2026-05-22}.
- ↑ 12.0 12.1 12.2 12.3 Problem 62. Symmetric k-tuples of consecutive primes — primepuzzles.net. Retrieved 2026-05-22}.
- ↑ ODLK2025 Applications. Retrieved 2026-05-22}.
- ↑ ODLK2025 Project Status. Retrieved 2026-05-22}.
- ↑ Symmetric Prime Tuples (SPT) — BOINC Australia Forum. Retrieved 2026-05-22}.
External links
- ODLK2025 official project page
- ODLK2025 server status
- Results repository
- Problem 62: Symmetric k-tuples of consecutive primes (primepuzzles.net)
- Symmetric tuples of consecutive prime numbers (dxdy.ru forum, in Russian)
- Symmetric Prime Tuples (SPT) — parent BOINC project
- ODLK2025 on BOINC Synergy
