Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066059
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
%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, <a href="a058042.txt">On the'Reverse and Add!' algorithm 
               in base 2</a>
%H A066059 <a href="Sindx_Res.html#RAA">Index entries for sequences related to Reverse 
               and Add!</a>
%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

    
page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research