65535 is the sum of 20 through 215 (20 + 21 + 22 + ... + 215) and is therefore arepdigit in base 2 (1111111111111111), in base 4 (33333333), and in base 16 (FFFF).
65535 occurs frequently in the field ofcomputing because it is (one less than 2 to the 16th power), which is the highest number that can be represented by an unsigned 16-bitbinary number.[1] Some computer programming environments may have predefined constant values representing 65535, with names likeMAX_UNSIGNED_SHORT.[4]
In older computers with processors having a 16-bit address bus such as theMOS Technology 6502 popular in the 1970s[5] and theZilog Z80,[6] 65535 (FFFF16) is the highest addressable memory location, with 0 (000016) being the lowest. Such processors thus support at most 64KiB of total byte-addressable memory.
InFallout 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 tocrash.