cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A195063 Numbers n such that BCR(n) is less than n, where BCR = binary-complement-and-reverse = A036044.

This page as a plain text file.
%I A195063 #8 Jul 13 2013 12:04:15
%S A195063 6,14,22,26,28,30,46,50,54,58,60,62,78,86,90,94,98,102,106,108,110,
%T A195063 114,116,118,120,122,124,126,158,166,174,182,186,190,194,198,202,206,
%U A195063 210,214,218,220,222,226,228,230,234,236,238,242,244,246,248,250,252
%N A195063 Numbers n such that BCR(n) is less than n, where BCR = binary-complement-and-reverse = A036044.
%C A195063 A035928(a(n)) < n.
%H A195063 Reinhard Zumkeller, <a href="/A195063/b195063.txt">Table of n, a(n) for n = 1..10000</a>
%o A195063 (Haskell)
%o A195063 a195063 n = a195063_list !! (n-1)
%o A195063 a195063_list = filter (\x -> a036044 x < x) [0,2..]
%Y A195063 Complement of A195066; subsequence of A195064; cf. A035928, A195065.
%K A195063 nonn,base
%O A195063 1,1
%A A195063 _Reinhard Zumkeller_, Sep 16 2011