Skip to content

Base Ranges

IamLupo edited this page Aug 25, 2018 · 15 revisions

Base Ranges

Base ranges are ranges where valid numbers exist for specific base.

Data:

Ranges:

If you watch the data there are Ranges of number with valid values.

base 3:

  • {0, 1}
  • {3, 4}
  • {9, 13}
  • {27, 40}
  • {81, 121}
  • {243, 364}
  • {729, 1093}
  • ...

base 4:

  • {0, 1}
  • {4, 5}
  • {16, 21}
  • {64, 85}
  • {256, 341}
  • {1024, 1365}
  • {4096, 5461}
  • ...

base 5:

  • {0, 1}
  • {5, 6}
  • {25, 31}
  • {125, 156}
  • {625, 781}
  • {3125, 3906}
  • {15625, 16406}
  • ...

Adding ranges

Clone this wiki locally