The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A359277 Intersection of A026430 and (1 + A285953). 9
6, 9, 10, 15, 16, 19, 24, 27, 28, 31, 36, 37, 42, 45, 46, 51, 52, 55, 60, 61, 66, 69, 70, 73, 78, 81, 82, 87, 88, 91, 96, 99, 100, 103, 108, 109, 114, 117, 118, 121, 126, 129, 130, 135, 136, 139, 144, 145, 150, 153, 154, 159, 160, 163, 168, 171, 172, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is the first of three sequences that partition the positive integers. Taking u = A026430 and v = 1 + A285953 (which is A285953 except for its initial 1), the three sequences are (1) u ^ v = intersection of u and v (in increasing order); (2) u ^ v'; and (3) u' ^ v. The limiting density of each of these is 1/3.
LINKS
EXAMPLE
(1) u ^ v = (6, 9, 10, 15, 16, 19, 24, 27, 28, 31, 36, 37, ...) = A359277
(2) u ^ v' = (1, 3, 5, 8, 12, 14, 18, 21, 23, 26, 30, 33, 35, ...) = A285953, except for the initial 1
(3) u' ^ v = (2, 4, 7, 11, 13, 17, 20, 22, 25, 29, 32, 34, 38, ...) = A356133
MATHEMATICA
z = 200;
u = Accumulate[1 + ThueMorse /@ Range[0, z]] (* A026430 *)
u1 = Complement[Range[Max[u]], u] (* A356133 *)
v = u + 1
v1 = Complement[Range[Max[v]], v]
Intersection[u, v] (* A359277 *)
Intersection[u, v1] (* A285953 *)
Intersection[u1, v] (* A356133 *)
CROSSREFS
Cf. A026530, A285954, A356133, A359352 to A360139) (results of compositions instead of intersections).
Sequence in context: A363464 A328244 A037198 * A054020 A121014 A153519
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jan 26 2023
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 May 13 14:08 EDT 2024. Contains 372519 sequences. (Running on oeis4.)