I have been doing Project Euler problems on and off since about 2015 when I was in high school. I went to college for math (no grad school [yet]) and now I’m working as a tutor.

Most of my interest tends to be in (analytic) number theory and combinatorics but I can be made to poke at some other things with probably much slower progress.

When I started in 2015 I worked in Java mostly, but I’ve been having a lot of fun in Nim more recently. I’ve used Wolfram Language throughout. Nim is free if you want to try it, and I think WL should have a free environment outside of their (expensive but helpful) program Mathematica.

my live pe stats

My Submissions

I’ve submitted a handful of problems to Project Euler myself, you can find them here:

561: Divisor Pairs
580: Squarefree Hilbert numbers
599: Distinct Colourings of a Rubik’s Cube
648: Skipping Squares
670: Colouring a Strip and 671: Colouring a Loop1
821: 123-Separable

Other Involvements

I made the Facebook group actually good math problems, which is a very decent place to share and work on actually good math problems.

Computer Specs

Given that a lot of what I work on is computational it makes sense, I think, for me to include the relevant hardware specifications here for those interested.

CPU: AMD Ryzen 7 3700x
GPU: EVGA NVidia RTX 2070 Super
RAM: 64 GB Corsair

  1. Problem 671 is an extension to 670 created by the PE development team.