need help with this problem

Revision en1, by TuHoangAnh, 2022-03-01 18:04:57

given an integer $$$n$$$, find the number of $$$(i,j,k)$$$ so that:

$$$1 \lt i \lt j \lt k \lt =n$$$.

$$$i*j*k$$$ is a perfect square.

$$$3 \lt n \lt =10^5$$$

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English TuHoangAnh 2022-03-01 18:04:57 151 Initial revision (published)