10101010101
10101010101 is an eleven-character binary string consisting of alternating ones and zeros, starting with 1.
In binary notation it represents the integer 1365 (2^10 + 2^8 + 2^6 + 2^4 + 2^2 + 2^0). In hexadecimal,
The pattern is a classic example of an alternating-bit sequence. Such patterns are used in digital electronics
The 11-bit string is related to the wider family of alternating patterns, including 0x5555 for 16-bit words
Apart from technical contexts, 10101010101 may appear in puzzles or demonstrations of binary arithmetic. It is