ifactors has an integer (or a list of integers) as parameter.
ifactors decomposes the integer (or the integers of the list) into prime
factors, but the result
is given as a list (or a list of lists) in which each prime factor is
followed by its multiplicity.
Input :
Output :
Input :
Output :
Input :
Output :