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
vloading… - Headless + SQLite Job Store (WAL)