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!)
A004284 Least positive multiple of n written in base 4 using only 0 and 1. 2
1, 10, 111, 10, 11, 1110, 111, 100, 1101, 110, 11111, 1110, 1001, 1110, 111111, 100, 101, 11010, 100111, 110, 111, 111110, 1011, 11100, 11011, 10010, 1101, 1110, 10011, 1111110, 11111, 1000, 101001, 1010, 111111, 11010, 1001111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
lpm4[n_]:=Module[{k=1}, While[Rest[Most[DigitCount[n k, 4]]]!={0, 0}, k++]; FromDigits[IntegerDigits[n k, 4]]]; Array[lpm4, 40] (* Harvey P. Dale, Dec 22 2012 *)
CROSSREFS
Sequence in context: A282412 A282679 A086996 * A119484 A281749 A282364
KEYWORD
nonn,base
AUTHOR
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)