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!)
A171764 Binary expansion of numbers in A171763. 3
101, 1001, 1011, 10001, 10011, 10101, 10111, 100001, 100011, 100101, 100111, 101001, 101011, 101101, 101111, 1000001, 1000011, 1000101, 1000111, 1001001, 1001011, 1001101, 1001111, 1010001, 1010011, 1010101, 1010111, 1011001, 1011011, 1011101, 1011111, 10000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A007088(A171763(n)). - Amiram Eldar, Sep 01 2020
MATHEMATICA
bin[n_] := FromDigits[IntegerDigits[n, 2]]; bin /@ Select[Range[3, 130, 2], IntegerDigits[#, 2][[1 ;; 2]] == {1, 0} &] (* Amiram Eldar, Sep 01 2020 *)
CROSSREFS
Sequence in context: A200733 A267002 A242138 * A164842 A082276 A069597
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Oct 12 2010
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 September 15 13:05 EDT 2024. Contains 375938 sequences. (Running on oeis4.)