Problem Archive

Define $F(m,n)$ as the number of $n$-tuples of positive integers for which the product of the elements doesn't exceed $m$.

$F(10, 10) = 571$.

$F(10^6, 10^6) \bmod 1\,234\,567\,891 = 252903833$.

Find $F(10^9, 10^9) \bmod 1\,234\,567\,891$.

Solution
No solution yet. Write yours at solutions/s452.md.
Problems sourced from Project Euler · Non-commercial & educational use only · CC BY-NC-SA 4.0