1111011111011
1111011111011 is a binary numeral consisting of thirteen bits. In decimal, this value equals 7931, and in hexadecimal it is 0x1EFB. The bit sequence from most significant to least significant is 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1. The zeros occur at the 2^8 and 2^2 positions (counting from zero), so it is not a simple power-of-two pattern and it is not a palindrome.
In computing, such a pattern can serve as a compact numeric literal or as a bit mask
For programming examples, this value can be written in binary form where the language supports binary literals,