Finding Positive Integer Solutions for (2^n+1)/(n^2)

  • Context: Undergrad 
  • Thread starter Thread starter Davewilliams
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Davewilliams
Messages
4
Reaction score
0
Find all positive integer answers for ((2^n)+1)/(n^2) where n is an integer greater then one.
The only answer i can find is three, i wrote a program to brute force it and have gotten up to n=32000 but as for going about solving it i have no clue.
 
Mathematics news on Phys.org
Where did this question orginate?
 
A friend from school broght it in... I have no clue where he got it from though.
 
Davewilliams said:
A friend from school broght it in... I have no clue where he got it from though.

Is it homework?
 
No, its just a problem we where trying to solve.