Strictly non-palindromic number: Difference between revisions

Content deleted Content added
DynaBlast (talk | contribs)
Anton Mravcek (talk | contribs)
m Slight rewording
Line 5:
:[[1 (number)|1]], [[2 (number)|2]], [[3 (number)|3]], [[4 (number)|4]], [[6 (number)|6]], [[11 (number)|11]], [[19 (number)|19]], [[47 (number)|47]], [[53 (number)|53]], [[79 (number)|79]], [[103 (number)|103]], [[137 (number)|137]], [[139 (number)|139]], [[149 (number)|149]], [[163 (number)|163]], [[167 (number)|167]], 179, 223, 263, 269, 283, 293, …
 
To test whether a number ''n'' foris strictstrictly non-palindromicitypalindromic, it must be verified that ''n'' is non-palindromic in all bases up to ''n'' − 2. ThatThe upperreasons limitfor maythese seemupper arbitrary, but actually makeslimit senseare:
==About the definition==
 
To test a number ''n'' for strict non-palindromicity, it must be verified that ''n'' is non-palindromic in all bases up to ''n'' − 2. That upper limit may seem arbitrary, but actually makes sense:
*any ''n'' ≥ 3 is written 11 in base ''n'' − 1, so ''n'' is palindromic in base ''n'' − 1;
*any ''n'' ≥ 2 is written 10 in base ''n'', so any ''n'' is non-palindromic in base ''n'';
Line 25 ⟶ 23:
The reader can easily verify that in each case (1) the base ''b'' is in the range 2&nbsp;&le;&nbsp;''b''&nbsp;&le;&nbsp;''n''&nbsp;&minus;&nbsp;2, and (2) the digits ''a''<sub>''i''</sub> of each palindrome are in the range 0&nbsp;&le;&nbsp;''a''<sub>''i''</sub>&nbsp;<&nbsp;''b'', given that ''n''&nbsp;>&nbsp;6. These conditions may fail if ''n''&nbsp;&le;&nbsp;6, which explains why the non-prime numbers 1, 4 and 6 are strictly non-palindromic nevertheless.
 
This concludes the proof thatTherefore, all strictly non-palindromic ''n''&nbsp;>&nbsp;6 are prime.
 
==References==