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).
65535 occurs frequently in the field of computing because it is (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 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.