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!)
A195064 Numbers n such that BCR(n) is not greater than n, where BCR = binary-complement-and-reverse = A036044. 5

%I #9 Jan 29 2014 07:49:19

%S 2,6,10,12,14,22,26,28,30,38,42,46,50,52,54,56,58,60,62,78,86,90,94,

%T 98,102,106,108,110,114,116,118,120,122,124,126,142,150,158,166,170,

%U 174,178,182,186,190,194,198,202,204,206,210,212,214,218,220,222,226

%N Numbers n such that BCR(n) is not greater than n, where BCR = binary-complement-and-reverse = A036044.

%C A035928(a(n)) <= n.

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

%o (Haskell)

%o a195064 n = a195064_list !! (n-1)

%o a195064_list = filter (\x -> a036044 x <= x) [0,2..]

%Y Complement of A195065; A035928 and A195063 are subsequences; cf. A195066.

%K nonn,base,look

%O 1,1

%A _Reinhard Zumkeller_, Sep 16 2011

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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)