login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A191576
Numbers n such that number of divisors of n equals the number of 1's in Gray code for n.
0
1, 2, 9, 10, 22, 25, 26, 34, 38, 46, 49, 58, 81, 94, 118, 121, 122, 134, 142, 148, 158, 164, 170, 172, 194, 206, 212, 226, 262, 292, 332, 356, 382, 386, 398, 404, 426, 428, 436, 446, 454, 478, 482, 502, 514, 526, 542, 548, 556, 578, 598, 602, 604, 618, 625
OFFSET
1,2
COMMENTS
Numbers n such that A000005(n) = A005811(n).
PROG
(PARI) lista(nn) = {for (n=1, nn, if (numdiv(n)==sum(k=1, n, (-1)^((k/2^valuation(k, 2)-1)/2)), print1(n, ", ")); ); } \\ Michel Marcus, Apr 22 2013
CROSSREFS
Sequence in context: A304441 A005695 A079747 * A081346 A301872 A290592
KEYWORD
nonn,base,less
AUTHOR
EXTENSIONS
Entries corrected by R. J. Mathar, Jun 07 2011
STATUS
approved