The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A099247 Numbers such that, in binary representation, the length and the number of ones are coprime. 4
1, 2, 4, 5, 6, 8, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 47, 55, 59, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A099244(a(n)) = 1; complement of A099248.
LINKS
MATHEMATICA
Select[Range[150], CoprimeQ[IntegerLength[#, 2], DigitCount[#, 2, 1]]&] (* Harvey P. Dale, Sep 22 2012 *)
PROG
(Haskell)
a099247 n = a099247_list !! (n-1)
a099247_list = filter ((== 1) . a099244) [1..]
-- Reinhard Zumkeller, Oct 10 2013
CROSSREFS
Sequence in context: A091207 A284525 A353187 * A192583 A240064 A007192
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 08 2004
EXTENSIONS
Definition clarified by Harvey P. Dale, Sep 22 2012
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 May 13 05:24 EDT 2024. Contains 372498 sequences. (Running on oeis4.)