Sunday, November 9, 2014

306: Factorials and Perfect Squares

Let's examine the function g(n):

g(n) = smallest integer such that g(n)*n! is a perfect square.

How should we go about finding if there's a pattern in that?

No comments:

Post a Comment