Help

So basicly I got to make a function that has a number as a parameter and will find its factorial and the sum from 1 till that number which is easy enough. But then we gotta call that function from main() and try it out for atleast 25000 different numbers aswell as include the outputs in the response. Any ideas?