login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A293763 Numbers k such that (d(k), d(k+1)) = (1,0) in the base-2 digits d(i) of sqrt(2). 4
1, 4, 6, 8, 14, 20, 24, 28, 37, 42, 47, 51, 54, 57, 62, 66, 69, 72, 78, 81, 85, 89, 92, 96, 100, 102, 104, 106, 109, 111, 113, 119, 121, 128, 134, 136, 139, 144, 147, 153, 157, 159, 161, 165, 168, 173, 177, 179, 181, 186, 190, 195, 198, 200, 204, 209, 211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence together with A293761, A293762, and A293764 partition the positive integers.
LINKS
EXAMPLE
(d(i)) = (1,0,1,1,0,1,0,1,0,0,0,0,0,1,...) = A004539, in which (0,1) first occurs as (a(1),a(2)).
MATHEMATICA
z = 100; s = StringJoin[Map[ToString, First[RealDigits[N[Sqrt[2], 10000], 2]]]];
Take[Map[#[[1]]&, StringPosition[s, "00"]], z] (*A293761*)
Take[Map[#[[1]]&, StringPosition[s, "01"]], z] (*A293762*)
Take[Map[#[[1]]&, StringPosition[s, "10"]], z] (*A293763*)
Take[Map[#[[1]]&, StringPosition[s, "11"]], z] (*A293764*)
(* Peter J. C. Moses, Oct 15 2017 *)
CROSSREFS
Sequence in context: A200077 A256137 A116897 * A246324 A280227 A181978
KEYWORD
nonn,easy,base
AUTHOR
Clark Kimberling, Oct 19 2017
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 December 5 23:11 EST 2023. Contains 367594 sequences. (Running on oeis4.)