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

Home > Numbers
Mixed square (Posted on 2021-06-18) Difficulty: 3 of 5
Find all positive integers n such that (n2 + 11n - 4)n! + 33*13n + 4 is a perfect square.

No Solution Yet Submitted by Danish Ahmed Khan    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
re: partial answer | Comment 2 of 5 |
(In reply to partial answer by Larry)

These remain the only two answers through n=300:


digits 1000
for n0=1:300
    n=vpa(n0);
    v=(n*n+11*n-4)*factorial(n)+33*vpa(13)^n+4;
    sr=round(sqrt(v));
     if sr*sr==v
       disp ([sr n v sr*sr]) 
     end
end

sets show square root, n and f(n) twice.

[ 21, 1.0, 441.0, 441]
[ 75, 2.0, 5625.0, 5625]


  Posted by Charlie on 2021-06-18 13:25:53
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 (8)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

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