Meeting Mob
Select an algorithm to run
🔢
Fibonacci Divisibility
Tests if (4n+1) divides (F
n
+ C) for a given range of n values. Uses optimized Montgomery reduction for high-performance computation.
Available
🔍
Prime Divisibility Tester
Tests if p
3n
divides (n² + 1), where p
k
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 | a
N
(Tribonacci divisibility).
Available
🔢
Digit Sum Inequality
Tests 10·S₅(n) + 12·S₂(n) - 5·S₃(n) ≥ -12 where S
b
(n) is digit sum in base b. Uses Web Workers for parallel browser-side computation.
Available
v
loading…
- Headless + SQLite Job Store (WAL)