| ||||
|---|---|---|---|---|
| Cardinal | six thousand one hundred seventy-four | |||
| Ordinal | 6174th (six thousand one hundred seventy-fourth) | |||
| Factorization | 2 × 32 × 73 | |||
| Divisors | 1, 2, 3, 6, 7, 9, 14, 18, 21, 42, 49, 63, 98, 126, 147, 294, 343, 441, 686, 882, 1029, 2058, 3087, 6174 | |||
| Greek numeral | ,ϚΡΟΔ´ | |||
| Roman numeral | VMCLXXIV, orVICLXXIV | |||
| Binary | 11000000111102 | |||
| Ternary | 221102003 | |||
| Senary | 443306 | |||
| Octal | 140368 | |||
| Duodecimal | 36A612 | |||
| Hexadecimal | 181E16 | |||
6174 (six thousand, one hundred [and] seventy-four) is thenatural number following 6173 and preceding 6175.
Thenatural integer 6174 is known as Kaprekar's constant,[1][2][3] after the Indian mathematicianD. R. Kaprekar. This number is notable for the following curious behavior:
This process, known asKaprekar's routine, is guaranteed to reach afixed point at the value 6174 in no more than 7 iterations,[4] at which point it will continue yielding that value (7641 - 1467 = 6174).
The only four-digit numbers for which Kaprekar's routine does not reach 6174 arerepdigits such as 1111, which give the result0000 after a single iteration. All other four-digit numbers eventually reach 6174 if leading zeros are used to keep the number of digits at 4. For numbers with three identical digits and a fourth digit that is one higher or lower (such as 2111), it is essential to treat 3-digit numbers with a leading zero; for example: 2111 – 1112 = 0999; 9990 – 999 = 8991; 9981 – 1899 = 8082; 8820 – 288 = 8532; 8532 – 2358 = 6174.[5]
There can be analogous fixed points for digit lengths other than four; for instance, if we use 3-digit numbers, then most sequences (i.e., other than repdigits such as 111) will terminate in the value495 in at most 6 iterations. Sometimes these numbers (495, 6174, and their counterparts in other digit lengths or in bases other than 10) are called "Kaprekar constants".
Innumerical analysis, Kaprekar's constant can be used to analyze theconvergence of a variety of numerical methods. Numerical methods are used inengineering, various forms ofcalculus,coding, and many other mathematical and scientific fields.
The properties of Kaprekar's routine allow for the study ofrecursive functions, ones which repeat previous values and generate sequences based on these values. Kaprekar's routine is a recursive arithmetic sequence, so it helps study the properties of recursive functions.[6]