|
Search: id:A066059
|
|
|
| A066059 |
|
Integers such that the 'Reverse and Add!' algorithm in base 2 (cf. A062128) does not lead to a palindrome. |
|
+0 6
|
|
| 22, 26, 28, 35, 37, 41, 46, 47, 49, 60, 61, 67, 75, 77, 78, 84, 86, 89, 90, 94, 95, 97, 105, 106, 108, 110, 116, 120, 122, 124, 125, 131, 135, 139, 141, 147, 149, 152, 155, 157, 158, 163, 164, 166, 169, 172, 174, 177, 180, 182, 185, 186, 190, 191, 193, 197, 199
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
The analogue of A023108 in base 2. Program: (ARIBAS): For function b2reverse see A066057; function a066059(mx,stop: integer); var k,c,m,rev: integer; begin for k := 1 to mx do c := 0; m := k; rev := b2reverse(m); while m <> rev and c < stop do inc(c); m := m + rev; rev := b2reverse(m); end; if c >= stop then write(k," "); end; end; end; a066059(210,300).
|
|
LINKS
|
Klaus Brockhaus, On the'Reverse and Add!' algorithm in base 2
Index entries for sequences related to Reverse and Add!
|
|
CROSSREFS
|
Cf. A062128, A023108, A062130, A033865, A058042, A061561, A066057.
Sequence in context: A045096 A124177 A160078 this_sequence A084891 A162422 A063940
Adjacent sequences: A066056 A066057 A066058 this_sequence A066060 A066061 A066062
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 04 2001
|
|
|
Search completed in 0.002 seconds
|