login
A084474
Write n in binary and replace 0 with 0000.
2
1, 10000, 11, 100000000, 100001, 110000, 111, 1000000000000, 1000000001, 1000010000, 1000011, 1100000000, 1100001, 1110000, 1111, 10000000000000000, 10000000000001, 10000000010000, 10000000011, 10000100000000
OFFSET
1,2
COMMENTS
a(n)=A007088(A084473(n)); in A084472: replace 0 with 00.
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits[n, 2]/.{0->{0, 0, 0, 0}}]], {n, 20}] (* Harvey P. Dale, Feb 19 2013 *)
CROSSREFS
Sequence in context: A190832 A043528 A089521 * A033422 A033433 A096973
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 27 2003
STATUS
approved