IMC 2019 · Problem 7

Day 226th IMC · Blagoevgrad, Bulgaria

Statement

Let C={4,6,8,9,10,}C = \{4, 6, 8, 9, 10, \ldots\} be the set of composite positive integers. For each nCn \in C let ana_n be the smallest positive integer kk such that k!k! is divisible by nn. Determine whether the following series converges:

nC(ann)n.(1)\sum_{n \in C} \left(\frac{a_n}{n}\right)^n. \tag{1}

Official solution

Hidden so you can work on the problem first.