Tag: number theory
-
Elegant Addition-only Prime Generation in LISP

Brief history of LISP. LISP is a functional programming language that was created in the late 1950s by John McCarthy at MIT. It quickly became the lingua franca for symbolic AI because of its tiny, expressive core: homoiconic syntax (code-as-data), first-class functions/closures, macros that extend the language, and automatic memory management. McCarthy emphasized writing programs…
-
Divisibility, Co-primes, and Euler’s Totient on the Prime Vector Grid

Michael Emmerich – 29 June 2025 1. Introduction Positive integers and their fundamental building blocks, the prime numbers, exhibit a rich combinatorial structure. This essay is part of a series that aims to derive some of the intriguing properties of integers using only elementary mathematical tools, thereby making them accessible to a broader audience. We do this…