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!)
A062033 Binary expansion of n does not contain 1-bits at even positions. Integers whose base 4 representation consists of only 0's and 2s. 3
0, 10, 1000, 1010, 100000, 100010, 101000, 101010, 10000000, 10000010, 10001000, 10001010, 10100000, 10100010, 10101000, 10101010, 1000000000, 1000000010, 1000001000, 1000001010, 1000100000, 1000100010, 1000101000, 1000101010, 1010000000, 1010000010, 1010001000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(Python)
def A062033(n): return int(bin(int(bin(n)[2:], 4))[2:])*10 # Chai Wah Wu, Aug 21 2023
CROSSREFS
Decimal representation is given in A062880.
Sequence in context: A168520 A200993 A365704 * A171500 A154027 A013715
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Jun 26 2001
EXTENSIONS
More terms from Chai Wah Wu, Aug 22 2023
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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)