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
🔢
Digit Sum Inequality
Tests 10·S₅(n) + 12·S₂(n) - 5·S₃(n) ≥ -12 where Sb(n) is digit sum in base b. Uses Web Workers for parallel browser-side computation.
Available
vloading… - Headless + SQLite Job Store (WAL)