Euler problems/141 to 146: Difference between revisions

From HaskellWiki
m (EulerProblems/141 to 146 moved to Euler problems/141 to 146)
mNo edit summary
Line 1: Line 1:
[[Category:Programming exercise spoilers]]
== [http://projecteuler.net/index.php?section=problems&id=141 Problem 141] ==
== [http://projecteuler.net/index.php?section=problems&id=141 Problem 141] ==
Investigating progressive numbers, n, which are also square.
Investigating progressive numbers, n, which are also square.

Revision as of 21:04, 23 June 2007

Problem 141

Investigating progressive numbers, n, which are also square.

Solution:

problem_141 = undefined

Problem 142

Perfect Square Collection

Solution:

problem_142 = undefined

Problem 143

Investigating the Torricelli point of a triangle

Solution:

problem_143 = undefined

Problem 144

Investigating multiple reflections of a laser beam.

Solution:

problem_144 = undefined

Problem 145

How many reversible numbers are there below one-billion?

Solution:

problem_145 = undefined

Problem 146

Investigating a Prime Pattern

Solution:

problem_146 = undefined