← RoseCode

ROSECODE 537

Egyptian fractions

C_K_Yang · Math ·

Let A(n) be the number of Egyptian fractions for which 1x1+1x2+...+1xk=3 (for any k>0) with 0<x1<x2<...<xkn

For example, A(24)=1, there is only one Egyptian fraction which is equal to 3.

11+12+13+14+15+16+18+19+110+115+118+120+124=3

You are given A(30)=25

Find A(200)