Forum: Puzzles
2012-03-06, 20:01
|
|
Replies: 165
Views: 21,248
Got it !
At last, after switching from Ruby to C++ and increasing the computational precision, I got the right answer...
|
Forum: Puzzles
2012-03-02, 20:43
|
|
Replies: 165
Views: 21,248
@lavalamp I investigated the triangles approach...
@lavalamp I investigated the triangles approach after you mentioned in a previous post that someone on the Euler forum posted a code that executes in 1 sec or so. Although you added that you didn't...
|
Forum: Puzzles
2012-03-02, 15:47
|
|
Replies: 165
Views: 21,248
I tried to apply Pick S = i + b/2 -1 :
- S =...
I tried to apply Pick S = i + b/2 -1 :
- S = top side * left side / 2
- b = b top + b left + b hypothenus (b hypothenus = 0 when sqrt(n) is not an integer) (beware not to count each vertice more...
|
Forum: Puzzles
2012-03-02, 13:04
|
|
Replies: 165
Views: 21,248
|
Forum: Puzzles
2012-03-01, 22:48
|
|
Replies: 165
Views: 21,248
|
Forum: Puzzles
2012-03-01, 17:08
|
|
Replies: 165
Views: 21,248
Take the graph posted by Jaxon (page 1 on this...
Take the graph posted by Jaxon (page 1 on this thread), draw a square of side N-M (bottom-left corner is (M,M)), and consider all triangles aligned on the top left corner, whose hypothenuses are on...
|
Forum: Puzzles
2012-03-01, 16:14
|
|
Replies: 165
Views: 21,248
|
Forum: Puzzles
2012-03-01, 13:07
|
|
Replies: 165
Views: 21,248
Very fast but still approx...
The triangles surfaces method is pretty fast : 2 seconds to get 301257385700605400. It is still a wrong answer, but it's close to my previous result, obtained with a completely different way. Which...
|
Forum: Puzzles
2012-03-01, 08:25
|
|
Replies: 165
Views: 21,248
|
Forum: Puzzles
2012-02-29, 13:33
|
|
Replies: 165
Views: 21,248
Damned !
I found 301450082318808111, but it gets the red cross... can any solver tell me how close (or far...) I am ? Thanks
|
Forum: Puzzles
2012-02-24, 09:14
|
|
Replies: 165
Views: 21,248
Among these "clever" methods, did you see by...
Among these "clever" methods, did you see by chance something ressembling to computing the following sum :
sqrt(2)-sqrt(1) + sqrt(4)-sqrt(3) + .... + sqrt(n+1)-sqrt(n) ?
And if so, do you know...
|