Given three postive integers, x, e and n, create the function , defined as follows:
Where is the nth prime and the symbol is the fractional part function of a positive real number, defined as follows:
If then , where , is the 'floor' of r.
For example for , and , we have:
Therefore, since :
Please round-off the output to four decimal places, so in this case: .
HINT: This is related to the Faulhaber's formula.

Solution Stats

11 Solutions

5 Solvers

Last Solution submitted on Mar 28, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...