65,535
| ||||
---|---|---|---|---|
Cardinal | sixty-five thousand five hundred thirty-five | |||
Ordinal | 65535th (sixty-five thousand five hundred thirty-fifth) | |||
Factorization | 3 × 5 × 17 × 257 | |||
Divisors | 16 total | |||
Greek numeral | [math]\displaystyle{ \stackrel{\digamma}{\Mu} }[/math]͵εφλε´ | |||
Roman numeral | LXVDXXXV | |||
Binary | 11111111111111112 | |||
Ternary | 100222200203 | |||
Quaternary | 333333334 | |||
Quinary | 40441205 | |||
Senary | 12232236 | |||
Octal | 1777778 | |||
Duodecimal | 31B1312 | |||
Hexadecimal | FFFF16 | |||
Vigesimal | 83GF20 | |||
Base 36 | 1EKF36 |
65535 is the integer after 65534 and before 65536.
It is the maximum value of an unsigned 16-bit integer.[1]
In mathematics
65535 is the sum of 20 through 215 (20 + 21 + 22 + ... + 215) and is therefore a repdigit in base 2 (1111111111111111), in base 4 (33333333), and in base 16 (FFFF).
It is the ninth number [math]\displaystyle{ n }[/math] whose Euler totient has an aliquot sum that is [math]\displaystyle{ n }[/math]: [math]\displaystyle{ \sigma(\varphi(65535)) = 65535 }[/math],[2] and the twenty-eighth perfect totient number equal to the sum of its iterated totients.[3]
65535 is the fifteenth 626-gonal number, the fifth 6555-gonal number, and the third 21846-gonal number.
65535 is the product of the first four Fermat primes: 65535 = (2 + 1)(4 + 1)(16 + 1)(256 + 1). Because of this property, it is possible to construct with compass and straightedge a regular polygon with 65535 sides (see, constructible polygon).
In computing
- 65535 occurs frequently in the field of computing because it is [math]\displaystyle{ 2^{16} - 1 }[/math] (one less than 2 to the 16th power), which is the highest number that can be represented by an unsigned 16-bit binary number.[1] Some computer programming environments may have predefined constant values representing 65535, with names like
MAX_UNSIGNED_SHORT
.[4] - In older computers with processors having a 16-bit address bus such as the MOS Technology 6502 popular in the 1970s[5] and the Zilog Z80,[6] 65535 (FFFF16) is the highest addressable memory location, with 0 (000016) being the lowest. Such processors thus support at most 64 KiB of total byte-addressable memory.
- In Internet protocols, 65535 is also the number of TCP and UDP ports available for use, since port 0 is reserved.[7]
- In some implementations of Tiny BASIC, entering a command that divides any number by zero will return 65535.[lower-alpha 1]
- In Microsoft Word 2011 for Mac, 65535 is the highest line number that will be displayed.
- In HTML, 65535 is the decimal value of the web color Aqua (#00FFFF) .[11]
- in Dragon Quest 1, this is the number of experience points needed to reach the maximum character level of 30.
- In Fallout 4, level 65535 is the last possible level that the player can reach as there is no level cap. Gaining one more after this causes the game to crash.
See also
References
- ↑ 1.0 1.1 "Chapter 3: Numbers, Characters and Strings -- Valvano". http://users.ece.utexas.edu/~valvano/embed/chap3/chap3.htm.
- ↑ Sloane, N. J. A., ed. "Sequence A018784 (Numbers n such that sigma phi n is n.)". OEIS Foundation. https://oeis.org/A018784. Retrieved 2023-06-27.
- ↑ Sloane, N. J. A., ed. "Sequence A082897 (Perfect totient numbers.)". OEIS Foundation. https://oeis.org/A082897. Retrieved 2023-09-13.
- ↑ "Windows Data Types". https://learn.microsoft.com/en-us/windows/win32/winprog/windows-data-types.
- ↑ Blance, Andrew (August 5, 2020). "How do Processors Actually Work?". https://codeburst.io/how-do-processors-actually-work-91dce24fbb44.
- ↑ "Z80 Microprocessors Z80 CPU User Manual (UM008011-0816)". https://www.zilog.com/docs/z80/um0080.pdf.
- ↑ "TCP and UDP Ports Explained" (in en-us). https://www.bleepingcomputer.com/tutorials/tcp-and-udp-ports-explained/.
- ↑ "MITS ALTAIR BASIC REFERENCE MANUAL". https://deramp.com/downloads/mfe_archive/010-S100%20Computers%20and%20Boards/00-MITS/40-Software/BASIC/Altair%20BASIC%203.0/Documentation/Altair_8800_BASIC_Reference_Manual_1975.pdf.
- ↑ 9.0 9.1 "Dr. Dobb's Journal of Computer Calisthenics and Orthodontia: Running Light Without Overbyte". http://www.classiccmp.org/cini/pdf/DrDobbs/DrDobbs-1976-02-v1n2.pdf.
- ↑ "Robert Uiterwyk's MICRO BASIC". http://www.swtpc.com/mholley/NewsLetter1/MicroBasic.htm.
- ↑ "Basic HTML data types". https://www.w3.org/TR/REC-html40/types.html#h-6.5.
Original source: https://en.wikipedia.org/wiki/65,535.
Read more |