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!)
A195064 Numbers n such that BCR(n) is not greater than n, where BCR = binary-complement-and-reverse = A036044. 5
2, 6, 10, 12, 14, 22, 26, 28, 30, 38, 42, 46, 50, 52, 54, 56, 58, 60, 62, 78, 86, 90, 94, 98, 102, 106, 108, 110, 114, 116, 118, 120, 122, 124, 126, 142, 150, 158, 166, 170, 174, 178, 182, 186, 190, 194, 198, 202, 204, 206, 210, 212, 214, 218, 220, 222, 226 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A035928(a(n)) <= n.
LINKS
PROG
(Haskell)
a195064 n = a195064_list !! (n-1)
a195064_list = filter (\x -> a036044 x <= x) [0, 2..]
CROSSREFS
Complement of A195065; A035928 and A195063 are subsequences; cf. A195066.
Sequence in context: A095300 A097381 A264964 * A328926 A055743 A354424
KEYWORD
nonn,base,look
AUTHOR
Reinhard Zumkeller, Sep 16 2011
STATUS
approved

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 15 11:13 EDT 2024. Contains 372540 sequences. (Running on oeis4.)