Project Euler problem 15 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 14 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 13 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 12 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 11 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 10 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 9 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 8 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 7 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 6 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 5 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 4 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 3 Created 2026-02-08 Updated 2026-04-25
Project Euler problem 2 Created 2026-02-08 Updated 2026-04-25
expMath 2026-02-08
Entity formalizing mathematics 2026-02-08
Project Euler Lean solutions Created 2026-01-30 Updated 2026-02-08
Using Lean or other programmable proof assistants to solve Project Euler is the inevitable collision of two autisms. In particular, using Lean to prove that you have the correct solution, just making a Lean program that prints out the correct solution is likely now trivial as of 2025 by asking an LLM to port a Python solution to the new language.
Some efforts:
- github.com/mfornet/project-euler-lean Attempts proofs, but only did Project Euler problem 1 :-)
- github.com/pcpthm/pe solved the first 50, but as stated on the README itself, no proofs, so boring
- unreasonableeffectiveness.com/learning-lean-4-as-a-programming-language-project-euler/ solves 4, but no proofs
Mentions:
- Alex J. Best (Jun 29 2022 at 14:20) on the Lean Zulip mentions:That dude was actually working at harmonic.fun as of 2025, bastard.
It would also be very interesting to collect verified fast Project Euler solutions for Lean 4 at some point, this would simultaneously work out the compiled speed and the mathematics libraries which would be fun.
- codeforces.com/blog/entry/124615
In other proof assistants, therefore with similar beauty:
- Coq
- github.com/airobo/Project-Euler-in-Coq: 1 and 2 with proofs
Project Euler solutions in X 2026-01-30
cirosantilli/project-euler-solutions 2026-01-30
Project Euler solutions 2026-01-30
Repositories of numerical solutions:
Repositories of code solutions:
- euler.stephan-brumme.com/ large number of solutions in C++, stopped around 600. Informal permissive license, e.g. at: euler.stephan-brumme.com/243/Asked for a more formal open license at: github.com/stbrumme/euler/issues/7All of my solutions can be used for any purpose and I am in no way liable for any damages caused.
- www.ivl-projecteuler.com/home 330+ solutions in Python as of 2025. Random looking problem selection. On GitHub: github.com/igorvanloo/Project-Euler-Explained under Unlicense license, a public domain license.
- www.nayuki.io/page/project-euler-solutions. Large number of solutions, mostly in Java and Python primarily but also Mathematica and Haskell sometimes. Proprietary license.
Repositories with hints but no solutions:
Unlisted articles are being shown, click here to show only listed articles.