All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Add to Factorial, Get Perfect Power (Posted on 2025-02-21) Difficulty: 3 of 5
Find all possible pairs (n, k) of positive integers that satisfy this equation:

n! + n = n^k

No Solution Yet Submitted by K Sengupta    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Some Thoughts computer findings | Comment 1 of 2
for n=vpa(1):2000
  lhs=factorial(n)+n;
  logrhs=log(lhs);
  k=logrhs/log(n);
  if abs(k-round(k))<.00001
    disp([n,factorial(n),k])
  end
end

finds


  n    n!    k
[2.0, 2.0, 2.0]
[3.0, 6.0, 2.0]
[5.0, 120.0, 3.0]

  Posted by Charlie on 2025-02-21 10:29:29
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (6)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2025 by Animus Pactum Consulting. All rights reserved. Privacy Information