HOME

TheInfoList



OR:

A senary ()
numeral system A numeral system is a writing system for expressing numbers; that is, a mathematical notation for representing numbers of a given set, using digits or other symbols in a consistent manner. The same sequence of symbols may represent differe ...
(also known as base-6, heximal, or seximal) has six as its base. It has been adopted independently by a small number of cultures. Like the
decimal The decimal numeral system (also called the base-ten positional numeral system and denary or decanary) is the standard system for denoting integer and non-integer numbers. It is the extension to non-integer numbers (''decimal fractions'') of th ...
base 10, the base is a
semiprime In mathematics, a semiprime is a natural number that is the product of exactly two prime numbers. The two primes in the product may equal each other, so the semiprimes include the squares of prime numbers. Because there are infinitely many prime n ...
, though it is unique as the product of the only two consecutive numbers that are both prime (2 and 3). As six is a
superior highly composite number In number theory, a superior highly composite number is a natural number which, in a particular rigorous sense, has many divisors. Particularly, it is defined by a ratio between the number of divisors an integer has and that integer raised to s ...
, many of the arguments made in favor of the
duodecimal The duodecimal system, also known as base twelve or dozenal, is a positional numeral system using twelve as its base. In duodecimal, the number twelve is denoted "10", meaning 1 twelve and 0 units; in the decimal system, this number is i ...
system also apply to the senary system.


Formal definition

The standard
set Set, The Set, SET or SETS may refer to: Science, technology, and mathematics Mathematics *Set (mathematics), a collection of elements *Category of sets, the category whose objects and morphisms are sets and total functions, respectively Electro ...
of digits in the senary system is \mathcal_6 = \lbrace 0, 1, 2, 3, 4, 5\rbrace, with the
linear order In mathematics, a total order or linear order is a partial order in which any two elements are comparable. That is, a total order is a binary relation \leq on some set X, which satisfies the following for all a, b and c in X: # a \leq a ( ref ...
0 < 1 < 2 < 3 < 4 < 5. Let \mathcal_6^* be the
Kleene closure In mathematical logic and theoretical computer science, the Kleene star (or Kleene operator or Kleene closure) is a unary operation on a set to generate a set of all finite-length strings that are composed of zero or more repetitions of members ...
of \mathcal_6, where ab is the operation of
string concatenation In formal language theory and computer programming, string concatenation is the operation of joining character strings end-to-end. For example, the concatenation of "snow" and "ball" is "snowball". In certain formalizations of concatenati ...
for a, b \in \mathcal^*. The senary number system for
natural numbers In mathematics, the natural numbers are the numbers 0, 1, 2, 3, and so on, possibly excluding 0. Some start counting with 0, defining the natural numbers as the non-negative integers , while others start with 1, defining them as the positiv ...
\mathcal_6 is the
quotient set In mathematics, when the elements of some set S have a notion of equivalence (formalized as an equivalence relation), then one may naturally split the set S into equivalence classes. These equivalence classes are constructed so that elements ...
\mathcal_6^* / \sim equipped with a shortlex order, where the
equivalence class In mathematics, when the elements of some set S have a notion of equivalence (formalized as an equivalence relation), then one may naturally split the set S into equivalence classes. These equivalence classes are constructed so that elements ...
\sim is \lbrace n \in \mathcal_6^*, n \sim 0n \rbrace. As \mathcal_6 has a shortlex order, it is
isomorphic In mathematics, an isomorphism is a structure-preserving mapping or morphism between two structures of the same type that can be reversed by an inverse mapping. Two mathematical structures are isomorphic if an isomorphism exists between the ...
to the natural numbers \mathbb.


Mathematical properties

When expressed in senary, all
prime number A prime number (or a prime) is a natural number greater than 1 that is not a Product (mathematics), product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime ...
s other than 2 and 3 have 1 or 5 as the final digit. In senary, the prime numbers are written: :2, 3, 5, 11, 15, 21, 25, 31, 35, 45, 51, 101, 105, 111, 115, 125, 135, 141, 151, 155, 201, 211, 215, 225, 241, 245, 251, 255, 301, 305, 331, 335, 345, 351, 405, 411, 421, 431, 435, 445, 455, 501, 515, 521, 525, 531, 551, ... That is, for every prime number ''p'' greater than 3, one has the
modular arithmetic In mathematics, modular arithmetic is a system of arithmetic operations for integers, other than the usual ones from elementary arithmetic, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to mo ...
relations that either ''p'' ≡ 1 or 5 (mod 6) (that is, 6 divides either ''p'' − 1 or ''p'' − 5); the final digit is a 1 or a 5. This is proved by contradiction. For any integer ''n'': * If ''n'' ≡ 0 (mod 6), 6 , ''n'' * If ''n'' ≡ 2 (mod 6), 2 , ''n'' * If ''n'' ≡ 3 (mod 6), 3 , ''n'' * If ''n'' ≡ 4 (mod 6), 2 , ''n'' Additionally, since the smallest four primes (2, 3, 5, 7) are either divisors or neighbors of 6, senary has simple divisibility tests for many numbers. Furthermore, all even
perfect number In number theory, a perfect number is a positive integer that is equal to the sum of its positive proper divisors, that is, divisors excluding the number itself. For instance, 6 has proper divisors 1, 2 and 3, and 1 + 2 + 3 = 6, so 6 is a perfec ...
s besides 6 have 44 as the final two digits when expressed in senary, which is proven by the fact that every even perfect number is of the form , where is prime. Senary is also the largest number base ''r'' that has no totatives other than 1 and ''r'' − 1, making its multiplication table highly regular for its size, minimizing the amount of effort required to memorize its table. This property maximizes the probability that the result of an integer multiplication will end in zero, given that neither of its factors do. If a number is divisible by 2, then the final digit of that number, when expressed in senary, is 0, 2, or 4. If a number is divisible by 3, then the final digit of that number in senary is 0 or 3. A number is divisible by 4 if its penultimate digit is odd and its final digit is 2, or its penultimate digit is even and its final digit is 0 or 4. A number is divisible by 5 if the sum of its senary digits is divisible by 5 (the equivalent of casting out nines in decimal). If a number is divisible by 6, then the final digit of that number is 0. To determine whether a number is divisible by 7, one can sum its alternate digits and subtract those sums; if the result is divisible by 7, the number is divisible by 7, similar to the "11" divisibility test in decimal.


Fractions

Because six is the product of the first two
prime number A prime number (or a prime) is a natural number greater than 1 that is not a Product (mathematics), product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime ...
s and is adjacent to the next two prime numbers, many senary fractions have simple representations:


Finger counting

Each regular human hand may be said to have six unambiguous positions; a fist, one finger extended, two, three, four, and then all five fingers extended. If the right hand is used to represent a unit (0 to 5), and the left to represent the multiples of 6, then it becomes possible for one person to represent the values from zero to 55senary (35decimal) with their fingers, rather than the usual ten obtained in standard finger counting. e.g. if three fingers are extended on the left hand and four on the right, 34senary is represented. This is equivalent to 3 × 6 + 4, which is 22decimal. Additionally, this method is the least abstract way to count using two hands that reflects the concept of
positional notation Positional notation, also known as place-value notation, positional numeral system, or simply place value, usually denotes the extension to any radix, base of the Hindu–Arabic numeral system (or decimal, decimal system). More generally, a posit ...
, as the movement from one position to the next is done by switching from one hand to another. While most developed cultures count by fingers up to 5 in very similar ways, beyond 5 non-Western cultures deviate from Western methods, such as with Chinese number gestures. As senary finger counting also deviates only beyond 5, this counting method rivals the simplicity of traditional counting methods, a fact which may have implications for the teaching of positional notation to young students. Which hand is used for the 'sixes' and which the units is down to preference on the part of the counter; however, when viewed from the counter's perspective, using the left hand as the most significant digit correlates with the written representation of the same senary number. Flipping the 'sixes' hand around to its backside may help to further disambiguate which hand represents the 'sixes' and which represents the units. The downside to senary counting, however, is that without prior agreement two parties would be unable to utilize this system, being unsure which hand represents sixes and which hand represents ones, whereas decimal-based counting (with numbers beyond 5 being expressed by an open palm and additional fingers) being essentially a unary system only requires the other party to count the number of extended fingers. In
NCAA basketball College basketball is basketball that is played by teams of student-athletes at universities and colleges. In the United States, colleges and universities are governed by collegiate athletic bodies, including the National Collegiate Athletic ...
, the players' uniform numbers are restricted to be senary numbers of at most two digits, so that the referees can signal which player committed an infraction by using this finger-counting system. More abstract
finger counting Finger-counting, also known as dactylonomy, is the act of counting using one's fingers. There are multiple different systems used across time and between cultures, though many of these have seen a decline in use because of the spread of Arabic nu ...
systems, such as
chisanbop Chisanbop or chisenbop (from Korean ''chi (ji)'' finger + ''sanpŏp (sanbeop)'' calculation 지산법/指算法), sometimes called Fingermath, is a finger counting method used to perform basic mathematical operations. According to ''The Complete ...
or
finger binary Finger binary is a system for Finger counting, counting and displaying Binary numeral system, binary numbers on the fingers of either or both hands. Each finger represents one binary digit or bit. This allows counting from zero to 31 using the fi ...
, allow counting to 99, 1023, or even higher depending on the method (though not necessarily senary in nature). The English monk and historian
Bede Bede (; ; 672/326 May 735), also known as Saint Bede, Bede of Jarrow, the Venerable Bede, and Bede the Venerable (), was an English monk, author and scholar. He was one of the most known writers during the Early Middle Ages, and his most f ...
, described in the first chapter of his work ''De temporum ratione'', (725), titled "''Tractatus de computo, vel loquela per gestum digitorum''," a system which allowed counting up to 9,999 on two hands.


Natural languages

Despite the rarity of cultures that group large quantities by 6, a review of the development of numeral systems suggests a threshold of numerosity at 6 (possibly being conceptualized as "whole", "fist", or "beyond five fingers"), with 1–6 often being pure forms, and numerals thereafter being constructed or borrowed. The Ndom language of
Western New Guinea Western New Guinea, also known as Papua, Indonesian New Guinea, and Indonesian Papua, is the western half of the island of New Guinea, formerly Dutch and granted to Indonesia in 1962. Given the island is alternatively named Papua, the region ...
,
Indonesia Indonesia, officially the Republic of Indonesia, is a country in Southeast Asia and Oceania, between the Indian Ocean, Indian and Pacific Ocean, Pacific oceans. Comprising over List of islands of Indonesia, 17,000 islands, including Sumatra, ...
, is reported to have senary numerals. ''Mer'' means 6, ''mer an thef'' means 6 × 2 = 12, ''nif'' means 36, and ''nif thef'' means 36 × 2 = 72. Another example from
Papua New Guinea Papua New Guinea, officially the Independent State of Papua New Guinea, is an island country in Oceania that comprises the eastern half of the island of New Guinea and offshore islands in Melanesia, a region of the southwestern Pacific Ocean n ...
are the Yam languages. In these languages, counting is connected to ritualized yam-counting. These languages count from a base six, employing words for the powers of six; running up to 66 for some of the languages. One example is Komnzo with the following numerals: ''nibo'' (61), ''fta'' (62 6, ''taruba'' (63 16, ''damno'' (64
296 __NOTOC__ Year 296 ( CCXCVI) was a leap year starting on Wednesday of the Julian calendar. In the Roman Empire, it was known as the Year of the Consulship of Diocletian and Constantius (or, less frequently, year 1049 ''Ab urbe condita''). T ...
, ''wärämäkä'' (65 776, ''wi'' (66 6656. Some
Niger–Congo languages Niger–Congo is a hypothetical language family spoken over the majority of sub-Saharan Africa. It unites the Mande languages, the Atlantic–Congo languages (which share a characteristic noun class system), and possibly several smaller groups ...
have been reported to use a senary number system, usually in addition to another, such as
decimal The decimal numeral system (also called the base-ten positional numeral system and denary or decanary) is the standard system for denoting integer and non-integer numbers. It is the extension to non-integer numbers (''decimal fractions'') of th ...
or
vigesimal A vigesimal ( ) or base-20 (base-score) numeral system is based on 20 (number), twenty (in the same way in which the decimal, decimal numeral system is based on 10 (number), ten). ''wikt:vigesimal#English, Vigesimal'' is derived from the Latin a ...
. Proto-Uralic has also been suspected to have had senary numerals, with a numeral for 7 being borrowed later, though evidence for constructing larger numerals (8 and 9) subtractively from ten suggests that this may not be so.


Base 36 as senary compression

For some purposes, senary might be too small a base for convenience. This can be worked around by using its square, base 36 (hexatrigesimal), as then conversion is facilitated by simply making the following replacements: Thus, the base-36 number WIKI36 is equal to the senary number 523032306. In decimal, it is 1,517,058. The choice of 36 as a
radix In a positional numeral system, the radix (radices) or base is the number of unique digits, including the digit zero, used to represent numbers. For example, for the decimal system (the most common system in use today) the radix is ten, becaus ...
is convenient in that the digits can be represented using the
Arabic numerals The ten Arabic numerals (0, 1, 2, 3, 4, 5, 6, 7, 8, and 9) are the most commonly used symbols for writing numbers. The term often also implies a positional notation number with a decimal base, in particular when contrasted with Roman numera ...
0–9 and the Latin letters A–Z; this choice is the basis of the
base36 Base36 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-36 representation. The choice of 36 is convenient in that the digits can be represented using the Arabic numerals 0� ...
encoding scheme. The compression effect of 36 being the square of 6 causes a lot of patterns and representations to be shorter in base 36: : = 0.046 = 0.436 : = 0.02136 = 0.2936 : = 0.6 = 0.36 : = 0.6 = 0.{{overline, 536


See also

* Diceware method to encode base-6 values into pronounceable passwords. *
Base36 Base36 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-36 representation. The choice of 36 is convenient in that the digits can be represented using the Arabic numerals 0� ...
encoding scheme * ADFGVX cipher to encrypt text into a series of effectively senary digits


References


External links


Comprehensive base six resource



Senary base conversion

Number-Base Radix Converter (Sooeet)

Calculator
Positional numeral systems Finger-counting de:Senär#Senäres Zahlensystem