My focus for the past few years has been on the intersection of non-halting mathematics and computer science.
The questions I've asked with prolonged contemplation include:
How can we better understand and leverage recursive patterns?
What's the difference between recursion and iteration?
discoveries
A Pythagorean triple example of a non-halting tiling system:
a
( 2 / 3 )^nscale symmetry log function;a
12-by-18parent rectangle; anda repeating rectangle with an
n = 0of12-by-10.
Printed by this alchemy repository.
OEIS contributions
Approximate
1 + 7^( 1 / 2 )with a natural number sequence.Approximate
1 + 2 * 2^( 1 / 2 )with a natural number sequence.Approximate
1 + 10^( 1 / 2 )with a natural number sequence.Approximate
1 + 11^( 1 / 2 )with a natural number sequence.Approximate
1 + 2 * 3^( 1 / 2 )with a natural number sequence.Approximate
1 + 3 * 2^( 1 / 2 )with a natural number sequence.
Context:
1 + sqrt(#):
1 + #sqrt(2):
1 + #sqrt(3):
1 + #sqrt(4):
#2 ~
A330395~ 5,#3 ~
A330396~ 7,#4 ~
A330397~ 9.
1 + #sqrt(5):
#2 ~
A330398,#3 ~
A330399,#4 ~
A330400.
the unique parts {
cos(#) & +0,-2,... "oscillating even",sin(#) & +1,-3,... "oscillating odd"}, andthe unique parts {
cos(#)*cos(#) & 1 + "Sum",sin(#)*sin(#) & - "Sum"}, rhyme with{
(c + b) ~ 2b*x^0 + 2b*x^2 + ...,a ~ 2b*x^1 + 2b*x^3 + ...},given
a^2 + b^2 = c^2and(c - b) / a = x, which iscontext for
x^0 = 1as well as2b = 1; 2b*x^0 = 1;
and also rhyme with
the A099603 Fibonacci sequence approximations of
1 + sqrt5and(1 + sqrt5) / 2 = Golden ratio, which iscontext for why the geometric series and Silver 日本 ratio are uniquely non-halting sequences.






