The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057891 In base 2, neither a palindrome nor becomes a palindrome if trailing 0's are omitted. 8

%I #27 Oct 13 2017 16:41:34

%S 11,13,19,22,23,25,26,29,35,37,38,39,41,43,44,46,47,49,50,52,53,55,57,

%T 58,59,61,67,69,70,71,74,75,76,77,78,79,81,82,83,86,87,88,89,91,92,94,

%U 95,97,98,100,101,103,104,105,106,109,110,111,113,114,115,116,117,118

%N In base 2, neither a palindrome nor becomes a palindrome if trailing 0's are omitted.

%C These could be called "asymmetric bit strings".

%C Fixed pairs of A057889, complement of A057890.

%C If these numbers are converted to their binary polynomial, one of the roots of that polynomial will have absolute values other than 1 or 0. For example 11 = 2^3 + 2^1 + 2^0, the absolute values of the roots of x^3 + x + 1 are 0.682328... and 1.21061... which are not 1 or 0, so 11 is in the sequence. The first number with this property which is not a term is A057890(53) = 107. - _Benedict W. J. Irwin_, Sep 07 2017 and _Andrey Zabolotskiy_, Oct 13 2017

%H Reinhard Zumkeller, <a href="/A057891/b057891.txt">Table of n, a(n) for n = 1..10000</a>

%F A030101(A030101(n)) != A030101(n). - David Wilson, Jun 09 2009, Jun 18 2009

%F A178225(A000265(a(n))) = 0. - _Reinhard Zumkeller_, Oct 21 2011

%e 11 is included because 1011 is asymmetrical, but 12 is not because 001100 is a palindrome.

%o (Haskell)

%o a057891 n = a057891_list !! (n-1)

%o a057891_list = filter ((== 0) . a178225 . a000265) [1..]

%o -- _Reinhard Zumkeller_, Oct 21 2011

%Y Cf. A061917, A006995. Complement of A057890.

%Y Cf. A030101, A000265, A006519, A057889.

%K easy,nonn,base

%O 1,1

%A _Marc LeBrun_, Sep 25 2000

%E Edited by _N. J. A. Sloane_, Jun 09 2009 at the suggestion of _Ray Chandler_

%E A-numbers in formula corrected by _R. J. Mathar_, Jun 18 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 23:15 EDT 2024. Contains 372524 sequences. (Running on oeis4.)