login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A195065 Numbers n such that BCR(n) is greater than n, where BCR = binary-complement-and-reverse = A036044. 5
0, 4, 8, 16, 18, 20, 24, 32, 34, 36, 40, 44, 48, 64, 66, 68, 70, 72, 74, 76, 80, 82, 84, 88, 92, 96, 100, 104, 112, 128, 130, 132, 134, 136, 138, 140, 144, 146, 148, 152, 154, 156, 160, 162, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 208, 216, 224 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

A035928(a(n)) > n.

LINKS

_Reinhard Zumkeller_, Table of n, a(n) for n = 1..10000

PROG

(Haskell)

a195065 n = a195065_list !! (n-1)

a195065_list = filter (\x -> a036044 x > x) [0, 2..]

CROSSREFS

Complement of A195064; subsequence of A195066; cf. A035928, A195063.

Sequence in context: A123535 A065192 A161994 * A070738 A055744 A141718

Adjacent sequences:  A195062 A195063 A195064 * A195066 A195067 A195068

KEYWORD

nonn,base

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 19:50 EDT 2013. Contains 226416 sequences.