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!)
A173024 Numbers having neither isolated ones nor isolated double ones in their binary representations. 4
0, 7, 14, 15, 28, 30, 31, 56, 60, 62, 63, 112, 119, 120, 124, 126, 127, 224, 231, 238, 239, 240, 247, 248, 252, 254, 255, 448, 455, 462, 463, 476, 478, 479, 480, 487, 494, 495, 496, 503, 504, 508, 510, 511, 896, 903, 910, 911, 924, 926, 927, 952, 956, 958, 959 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Intersection of A144795 and A173025.
If m is a term then 2*m is also a term.
If m is an odd term then 2*m+1 is also a term.
LINKS
FORMULA
A173021(a(n+1)) = A173021(a(n)) + 1.
MATHEMATICA
nioQ[n_]:=Min[Length/@Select[Split[IntegerDigits[n, 2]], FreeQ[#, 0]&]]>2; Select[ Range[ 0, 1000], nioQ] (* Harvey P. Dale, Jan 12 2023 *)
CROSSREFS
Sequence in context: A004759 A364287 A062056 * A115770 A086779 A269173
KEYWORD
base,nonn
AUTHOR
Reinhard Zumkeller, Feb 07 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 April 19 17:39 EDT 2024. Contains 371797 sequences. (Running on oeis4.)