IMC 2020 · Problem 8

Day 227th IMC · Online

Statement

Compute

limn1loglognk=1n(1)k(nk)logk.\lim_{n \to \infty} \frac{1}{\log\log n} \sum_{k=1}^{n} (-1)^k \binom{n}{k} \log k.

(Here log\log denotes the natural logarithm.)

Official solution

Hidden so you can work on the problem first.