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
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, 28, 27, 31, 29, 33, 30, 36, 32, 38, 34, 40, 35, 41, 37, 43, 39, 45, 42, 48, 44, 50, 46, 52, 47, 53, 49, 55, 51, 57, 54, 60, 56, 62, 58, 64, 59, 65, 61, 67, 63, 69, 66, 70, 68, 72, 71 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A permutation of the positive integers.
LINKS
MATHEMATICA
z = 4100; r = Sqrt[2];
f[n_] := f[n] = If[FractionalPart[n*r] < 1/2, 0, 1]
u = Flatten[Position[Table[f[n], {n, 1, z}], 0]]; (* A120243 *)
v = Flatten[Position[Table[f[n], {n, 1, z}], 1]]; (* A120749 *)
w = Riffle[Take[v, z/4], Take[u, z/4]]; (* A120751 *)
CROSSREFS
Sequence in context: A077963 A114861 A086512 * A054082 A339381 A238544
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jul 01 2006
EXTENSIONS
Updated by Clark Kimberling, Sep 16 2014
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 24 16:56 EDT 2024. Contains 371962 sequences. (Running on oeis4.)