|
| |
|
|
A065609
|
|
When written in binary no rotated value of n is greater than n.
|
|
0
| |
|
|
1, 2, 3, 4, 6, 7, 8, 10, 12, 14, 15, 16, 20, 24, 26, 28, 30, 31, 32, 36, 40, 42, 48, 50, 52, 54, 56, 58, 60, 62, 63, 64, 72, 80, 84, 96, 98, 100, 104, 106, 108, 112, 114, 116, 118, 120, 122, 124, 126, 127, 128, 136, 144, 160, 164, 168, 170, 192, 194, 196, 200, 202
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Rotated values of n are defined to be the numbers which occur when n is shifted 1,2, .. bits to the right with the last bits added to the front - so the rotated values of 1011 are 1011, 1101, 1110 and 0111.
The number of k-bit binary numbers in this sequence is A008965. This is the row lengths when the sequence is regarded as a table.
|
|
|
EXAMPLE
| 14 is included because 14 in binary is 1110. 1110 has the rotated values of 0111, 1011 and 1101 - 7,11 and 13 - which are all smaller than 14.
|
|
|
CROSSREFS
| Cf. A163381.
Sequence in context: A167701 A114149 A062974 * A080389 A181062 A091199
Adjacent sequences: A065606 A065607 A065608 * A065610 A065611 A065612
|
|
|
KEYWORD
| base,nonn,tabf
|
|
|
AUTHOR
| Jonathan Ayres (jonathan.ayres(AT)btinternet.com), Nov 06 2001
|
|
|
EXTENSIONS
| Edited by Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Apr 09 2010
|
| |
|
|