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!)
A162276 a(n) = the smallest positive multiple of n such that, when n and a(n) are written in binary, each has a different number of 1's. 1
3, 6, 15, 12, 15, 30, 63, 24, 27, 30, 33, 60, 39, 126, 255, 48, 51, 54, 57, 60, 63, 66, 69, 120, 75, 78, 81, 252, 87, 510, 1023, 96, 99, 102, 105, 108, 111, 114, 117, 120, 123, 126, 129, 132, 315, 138, 141, 240, 147, 150, 255, 156, 159, 162, 165, 504, 171, 174, 177 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n)/n = A162277(n), which is odd for all n.
LINKS
MATHEMATICA
spm[n_]:=Module[{k=2, dcn=DigitCount[n, 2, 1]}, While[DigitCount[k*n, 2, 1] == dcn, k++]; k*n]; Array[spm, 60] (* Harvey P. Dale, Mar 14 2015 *)
CROSSREFS
Sequence in context: A132279 A334042 A066107 * A261955 A144615 A088698
KEYWORD
base,nonn
AUTHOR
Leroy Quet, Jun 29 2009
EXTENSIONS
More terms from Max Alekseyev, Apr 15 2010
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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)