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!)
A293788 Numbers k such that (d(k), d(k+1)) = (0,1) in the base-2 digits d(i) of sqrt(3). 4

%I #6 Oct 19 2017 22:41:11

%S 3,7,10,14,19,21,25,30,32,38,41,45,47,49,51,54,59,63,67,70,72,74,78,

%T 83,85,88,90,98,105,107,115,119,125,128,131,134,136,140,147,150,153,

%U 157,162,164,167,172,175,178,182,188,193,198,203,209,211,214,218,221

%N Numbers k such that (d(k), d(k+1)) = (0,1) in the base-2 digits d(i) of sqrt(3).

%C This sequence together with A293787, A293789, and A293790 partition the positive integers.

%H Clark Kimberling, <a href="/A293788/b293788.txt">Table of n, a(n) for n = 1..10000</a>

%e (d(i)) = (1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0,...) = A004547, in which (0,1) first occurs as (a(3),a(4)).

%t z = 100; s = StringJoin[Map[ToString, First[RealDigits[N[Sqrt[3], 10000], 2]]]];

%t Take[Map[#[[1]]&,StringPosition[s,"00"]],z] (*A293787*)

%t Take[Map[#[[1]]&,StringPosition[s,"01"]],z] (*A293788*)

%t Take[Map[#[[1]]&,StringPosition[s,"10"]],z] (*A293789*)

%t Take[Map[#[[1]]&,StringPosition[s,"11"]],z] (*A293790*)

%t (* _Peter J. C. Moses_, Oct 15 2017 *)

%Y Cf. A004547, A293787, A293789, A293790.

%K nonn,easy,base

%O 1,1

%A _Clark Kimberling_, Oct 19 2017

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 June 21 07:48 EDT 2024. Contains 373541 sequences. (Running on oeis4.)