Here is a small mathematical challenge.
You have to use once and only once each of the four numbers $1,5,6,7$ in order to obtain, via the help of the usual operators ($+,-,/,*$ together with parenthesis) in order to obtain the number $21$.
Example of an unsuccessful computation: $6*5-7-1=22\neq 21$
See Generate a number by using a given list of numbers and arithmetic operators
This is an adjusted part of the answer from Ray
Run
My ideas with arbitrary functions
$\varphi$ is Eulers totient function