Problem 52978. Easy Sequences 44: Finding the Smallest Number whose Cube is divisible by a Factorial
Given a integer n, our goal is to find the smallest integer k, such that
divides
.
For example, for
,
, because
, (since
), and
is the smallest number that has this property. Please present the value of k in modulo
(a prime number).
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
139 Solvers
-
359 Solvers
-
Compute the nth term from the golden sieve
19 Solvers
-
Easy Sequences 30: Nearly Pythagorean Triangles
21 Solvers
-
Create block matrix of integers (j+k-1) - Part I
117 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!