- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
[Draft] Almost-Equal Isosceles Triangles: When Height Nearly Matches Base
An exploration of a curious class of integer-sided isosceles triangles whose height differs from the base by exactly one. What begins as a simple geometric question quickly leads to Pell equations and elegant recurrences.
-
The Hexadecimal Digit Canon Challenge: Solution
A complete solution to the Hexadecimal Digit Canon challenge, including the canonicalization rules, combinatorial reasoning, optimization strategy, and a Python implementation.
-
Solving a Mini Sudoku in 6502 Assembly
A deep dive into solving 4x4 mini-Sudokus using a recursive backtracking algorithm written entirely in 6502 assembly, including design decisions, memory layout, and emulator-based inspection.
-
The Hexadecimal Digit Canon Challenge
A combinatorial programming challenge set in base 16: define a digit-canonical form for hexadecimal numbers and compute the cumulative sum of these canonical values across rapidly growing digit ranges. Simple to state, but requiring careful counting and optimization at scale.
-
Short Notes: Equal Partitions, Products, and Decimal Structure
We study how splitting an integer into equal parts affects the maximum attainable product and how arithmetic properties of the optimum emerge. In particular, we relate a continuous optimization problem to the decimal structure of the resulting rational values.