2023 IOQM/Problem 29
Revision as of 09:48, 25 October 2023 by Sansgankrsngupta (talk | contribs) (Created page with "==Problem== A positive integer <math>n > 1</math> is called <math>beautiful</math> if <math>n</math> can be written in one and only one way as <math>n = a_1 + a_2 +... + a...")
Problem
A positive integer is called if can be written in one and only one way as for some positive integers , where and . (For example 6 is beautiful since 6 = 3 · 2 · 1 = 3 + 2 + 1 , and this is unique. But 8 is not beautiful since 8 = 4 + 2 + 1 + 1 = 4 · 2 · 1 · 1 as well as 8 = 2 + 2 + 2 + 1 + 1 = 2 · 2 · 2 · 1 · 1 , so uniqueness is lost.) Find the largest beautiful number less than 100.