Meeting Mob

Select an algorithm to run

🔢
Fibonacci Divisibility
Tests if (4n+1) divides (Fn + C) for a given range of n values. Uses optimized Montgomery reduction for high-performance computation.
Available
🔍
Prime Divisibility Tester
Tests if p3n divides (n² + 1), where pk is the k-th prime number. Uses streaming prime generation for efficient computation up to 10 billion.
Available
🌀
Tribonacci Exception Finder
Finds exceptions to a conjecture about Tribonacci numbers: values of n where no N ≤ bound × n satisfies n | aN (Tribonacci divisibility).
Available
ƒ(x)
Polynomial Coefficient Bound
Estimates the least c so that |Ck(1 / P((1-mx)/x))| < mc·k by sampling random integer polynomials.
Available
🧮
Digit-Coefficient Test
Tests whether the k-th digit of 1 / P(n) in base (n+m) matches ak from 1 / P((1-mx)/x) under the n ≥ m² + ak+1 condition.
Available
🔁
Multiplicative Order Checker
Searches for counterexamples where ord|pn−qn|(p) ≠ ord|pn−qn|(q). Uses arbitrary-precision BigInt arithmetic.
Available
🧠
Power-5 Digit Sum Expression Test
Computes the minimum of 10S5(5m) + 12S2(5m) - 6log2(3)S3(5m) over m = 1..MAX.
Available
🧮
Power-5 Shifted Constant Minimum
Computes the minimum of 10S5(5m) + 12S2(5m) - (6log2(3)-k)S3(5m) over m = 1..MAX using the Rust backend worker (up to 64 CPU threads).
Available
vloading… - Headless + SQLite Job Store (WAL)