Y
Hacker News
new
|
ask
|
show
|
jobs
by
lxgr
538 days ago
Also, (20 + 25)^2 = 2,025! Happy New Year :)
2 comments
Bootvis
537 days ago
Python:
[x**2 for x in range(32,100) if x**2 // 100 + x**2 % 100 == x] [2025, 3025, 9801]
link
User23
538 days ago
This decomposition is especially fun!
link