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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers n such that A000005(n) = A005811(n).
LINKS
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

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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)