Lunar Arithmetic is a variance of arithmetic without carry.
In Lunar Arithmetic, the addition is defined as the max()
of
digits in an arbitrary base(in this case decimal), for example: 4 + 5 = 5.
+ 153 426 --- 456
Multiplication is defined as the min()
of digits, for example: 6
+ 7 = 6.
× 153 426 --- 153 122 143 ----- 14253
Even Numbers(2 × n)
0, 1, 2, 10, 11, 12, 20, 21, 22, 100, 101, 102, 120 ..
Squre Numbers(n × n)
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 100, 111, 112, 113, 114 ..
Prime Numbers
In the usual arithmetic, a prime number is defined as a number whose only possible factorisation is 1 × n. Analogously, in the lunar arithmetic, a prime number is defined as a number whose only factorisation is 9 × n where 9 is the multiplicative identity which corresponds to 1 in usual arithmetic.
19, 29, 39, 49, 59, 69, 79, 89, 90, 91, 92, 93, 94, 95 ..