On 2026-05-07 15:38, Ali Sada wrote:
> Because zero doesn't exist in base 1. In any case, I would really
appreciate any suggestions regarding the formation of the array. I
started the columns by 1 and ended with 0, but maybe there is a batter way.
In base 1, <empty> is the zero-value, and <empty> * <empty> MOD 1 ==
<empty>, so the count for the zero-result is 1.
> Alternative format, with a row per base, and starting with 0:
>
> [ 1]
> [ 2, 1]
> [ 3, 2, 1]
> [ 5, 2, 2, 1]
> [ 5, 3, 2, 2, 3]
> [ 8, 2, 3, 3, 4, 1]
> [ 7, 4, 4, 3, 4, 3, 3]
> [11, 4, 4, 2, 7, 2, 4, 2]
> [12, 4, 3, 6, 4, 3, 6, 4, 3]
> [14, 3, 6, 2, 7, 5, 7, 2, 6, 3]
> [11, 6, 5, 6, 6, 6, 5, 5, 5, 6, 5]
> [21, 4, 4, 5, 10, 2, 10, 2, 8, 6, 4, 2]
> [13, 7, 6, 7, 7, 6, 6, 6, 6, 7, 7, 6, 7]
> [20, 4, 10, 3, 10, 3, 9, 7, 10, 4, 9, 4, 9, 3]
>
Notice that in this alternative format, each row /starts/ with the value
that is at the /end/ of your column.
BTW, its column 2 is like A180783, A007897.
-- Ruud