OFFSET
1,1
COMMENTS
The corresponding decimal values of the terms are 4, 17, 20, 24, 36, 67, 73, 74, 76, 82, 88, 97, 100, 104, 112, 170, 204, 216, 240, 263, 269, 277, 278, 281, 284, ... - Amiram Eldar, Sep 08 2019
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
N. Nomoto, In the list of divisors of n,... [Dead link]
EXAMPLE
E.g. divisors of 10100 are (1, 10, 100, 101, 1010, 10100); the numbers of digits (0-1) are [ 0(9),1(9) ].
MATHEMATICA
fQ[v_] := Length[v] == 2 && v[[1]] == v[[2]]; aQ[n_] := fQ[(Tally @ Flatten @ Join @ IntegerDigits[Divisors[n], 2])[[;; , 2]]]; FromDigits /@ IntegerDigits[Select[ Range[284], aQ], 2] (* Amiram Eldar, Sep 08 2019 *)
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
STATUS
approved