cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A371218 Greedy Cantor Dust Partition level 2.

This page as a plain text file.
%I A371218 #27 Apr 08 2024 09:17:29
%S A371218 3,6,7,12,15,16,19,30,33,34,39,42,43,46,55
%N A371218 Greedy Cantor Dust Partition level 2.
%C A371218 Start by removing the Greedy Cantor's Dust Partition (A348636) from the set of positive integers. We are left with: 3,6,7,8,9,12,15,16,17,... Now apply the A348636 algorithm on this set. Starting with the lowest term, consecutively partition the positive integers excluding the elements of Cantor's set (level 2) into sets s(1), s(2), s(3), ... so that no arithmetic progression of length 3 exists in a set. When choosing s(k), always choose k as small as possible. a(n) = smallest number in s(n).
%C A371218 This process can be applied iteratively to create an infinite sequence of Cantor-Dust-like sequences whose intersection is empty and whose union is the set of positive integers.
%C A371218 Define the original Cantor Dust sequence to be CD(1) and this CD(2). Is it always true for n < m that the number of elements less than k that are in CD(n) will always be equal to or more than the number of elements in CD(m)?
%H A371218 Gordon Hamilton, <a href="https://youtu.be/XJPit6OlM-0">Mini Mathematical Universe - The Jumping Hare</a>, MathPickle, 2022, for teachers of grades 3-6.
%e A371218 a(1) = 3, the first integer not in Greedy Cantor's Dust Partition (A348636).
%e A371218 a(2) = 6, the second integer not in Greedy Cantor's Dust Partition.
%e A371218 a(3) = 7, the third integer not in Greedy Cantor's Dust Partition and also not forming an arithmetic progression of length 3 with a(1) and a(2).
%e A371218 a(4) is not 8 because a(2), a(3), 8 would form an arithmetic progression of length 3.
%e A371218 a(4) is not 9 because a(1), a(2), 9 would form an arithmetic progression of length 3.
%e A371218 a(4) = 12, the sixth integer not in Greedy Cantor's Dust Partition and also not forming an arithmetic progression of length 3 with previously admitted integers.
%Y A371218 Cf. A348636.
%K A371218 nonn,more
%O A371218 1,1
%A A371218 _Gordon Hamilton_, Mar 31 2024