Search: id:A066059 Results 1-1 of 1 results found. %I A066059 %S A066059 22,26,28,35,37,41,46,47,49,60,61,67,75,77,78,84,86,89,90,94,95,97,105, %T A066059 106,108,110,116,120,122,124,125,131,135,139,141,147,149,152,155,157, %U A066059 158,163,164,166,169,172,174,177,180,182,185,186,190,191,193,197,199 %N A066059 Integers such that the 'Reverse and Add!' algorithm in base 2 (cf. A062128) does not lead to a palindrome. %C A066059 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). %H A066059 Klaus Brockhaus, On the'Reverse and Add!' algorithm in base 2 %H A066059 Index entries for sequences related to Reverse and Add! %Y A066059 Cf. A062128, A023108, A062130, A033865, A058042, A061561, A066057. %Y A066059 Sequence in context: A045096 A124177 A160078 this_sequence A084891 A162422 A063940 %Y A066059 Adjacent sequences: A066056 A066057 A066058 this_sequence A066060 A066061 A066062 %K A066059 base,nonn %O A066059 1,1 %A A066059 Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 04 2001 Search completed in 0.001 seconds