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!)
A120751 (v(1), u(1), v(2), u(2), v(3), u(3), ...), where u = A120243 and v = A120749. 4

%I #6 Sep 18 2014 03:56:01

%S 2,1,4,3,7,5,9,6,11,8,12,10,14,13,16,15,19,17,21,18,23,20,24,22,26,25,

%T 28,27,31,29,33,30,36,32,38,34,40,35,41,37,43,39,45,42,48,44,50,46,52,

%U 47,53,49,55,51,57,54,60,56,62,58,64,59,65,61,67,63,69,66,70,68,72,71

%N (v(1), u(1), v(2), u(2), v(3), u(3), ...), where u = A120243 and v = A120749.

%C A permutation of the positive integers.

%H Clark Kimberling, <a href="/A120751/b120751.txt">Table of n, a(n) for n = 1..2000</a>

%t z = 4100; r = Sqrt[2];

%t f[n_] := f[n] = If[FractionalPart[n*r] < 1/2, 0, 1]

%t u = Flatten[Position[Table[f[n], {n, 1, z}], 0]]; (* A120243 *)

%t v = Flatten[Position[Table[f[n], {n, 1, z}], 1]]; (* A120749 *)

%t w = Riffle[Take[v, z/4], Take[u, z/4]]; (* A120751 *)

%Y Cf. A120243, A120749, A120750.

%K nonn

%O 1,1

%A _Clark Kimberling_, Jul 01 2006

%E Updated by _Clark Kimberling_, Sep 16 2014

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 20 00:00 EDT 2024. Contains 371798 sequences. (Running on oeis4.)