Could any one help with this factorian problem

Revision en1, by adhansk68, 2020-08-14 23:28:19

Calculate the largest number(in base 10) less than 1500000 which is a factorion number in base b. e.g. base=11, 26 is a factorion because 26 in base 11 is 24 and 2! + 4! = 26.

Tags #coding, factorial, #c++, #power exponentiation

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English adhansk68 2020-08-14 23:28:19 225 Initial revision (published)