- 65535 (number)
Number
number= 65535
range = 10000 - 100000
cardinal = sixty-five thousand five hundred thirty-five
ordinal = th
ordinal text = sixty-five thousand five hundred thirty-fifth
numeral =
factorization =3 x5 x17 x257
prime =
divisor = 16
roman =
unicode =
greek prefix =
latin prefix =
bin = 1111111111111111
oct =
duo =
hex = FFFF65535 is the integer after 65534 and before 65536.
In mathematics
65535 is a
Mersenne number , being . But since its index, 16, is not prime, 65535 cannot be aMersenne prime . It is the product of the first fourFermat primes : 65535 = (2 + 1)(4 + 1)(16 + 1)(256 + 1). Because of this property, it is possible to construct withcompass and straightedge aregular polygon with 65535 sides. Seeconstructible polygon .65535 is the 15th 626-gonal number, the 5th 6555-gonal number, the 3rd 21846-gonal number.
In computing
65535 is a frequently occurring number in the field of
computing because it is the highest number which can be represented by an unsigned 16 bit binary number. Some computer programming environments may have pre-defined constant values representing 65535, with names like "MAX_UNSIGNED_SHORT".65535 is sometimes expressed as 216-1 (two to the power of sixteen, minus one)
Examples
*65535 is the limit for many player variables in
video game s, such asexperience point s in "Dragon Warrior ", maximum enchant of items in "Lineage 2 ", money carried in "Phantasy Star ", score in "" and stats in "The 4th Coming ".
*InInternet protocols , 65535 is also the number ofTCP and UDP port s available at anIP address , since port 0 is reserved.
*Indices in chat groups may well max out at 65535.
*In older computers with processors operating with a 16-bit address bus (such as theMOS Technology 6502 and theZilog Z80 ), 65535 was the highest addressable memory location. Such processors thus supported at most 64kibibyte s (64 KiB) of total memory.
*A Java class or interface can have max. 65535 number of methods.
*Also of note: InMicrosoft Excel 2007, many (not all) mathematical computations evaluating to 65535 will display incorrectly. For example =850*77.1 displays as 100000 rather than 65535. Microsoft reports [ [http://blogs.msdn.com/excel/archive/2007/09/25/calculation-issue-update.aspx Microsoft Excel: Calculation Issue Update] ] this to be a display-only bug for only 6 floating point numbers near 65535 and 6 near 65536.References
Wikimedia Foundation. 2010.