← Complete problem index

PROJECT EULER · #0452

Long Products

Statement only · SolvedOriginal problem ↗

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(106,106)mod1234567891=252903833.

Find F(109,109)mod1234567891.

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.