Talk:Rare numbers: Difference between revisions

Content deleted Content added
Line 12: Line 12:
I was considering adding checks   (to the REXX program)   to assert that for:
I was considering adding checks   (to the REXX program)   to assert that for:
::*   when the number of digits in a rare number is ''even'',   the   '''sum'''   must be divisible by   '''11''',     and
::*   when the number of digits in a rare number is ''even'',   the   '''sum'''   must be divisible by   '''11''',     and
::*   when the number of digits in a rare number is   ''odd'',   the   '''difference'''   must be divisible by   '''9'''.
::*   when the number of digits in a rare number is   ''odd'',   the   '''difference'''   must be divisible by   '''9'''.

In fact, all the other (previous) checks   (in the REXX program)   have already filtered out the two (above) wrong cases,   so the above two   ''interesting observations''   are never observed to be false,   so the checks are (at that point) in fact, redundant.

In fact, the webpage section contains a errors,   the '''difference'''   must be divisible by   '''9''',   not   '''11'''   as it states in the text.

Also, the mention of &nbsp; '''A<sup>2</sup>''' &nbsp; and &nbsp; '''B<sup>2</sup>''' &nbsp; having to be divisible by some number seems to be also wrong. &nbsp; I'm attempting to contact the author via e-mail. &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 20:59, 8 September 2019 (UTC)


== the 1<sup>st</sup> REXX version ==
== the 1<sup>st</sup> REXX version ==