Subcontests
(3)Funny sequence
Consider 0<λ<1, and let A be a multiset of positive integers. Let An={a∈A:a≤n}. Assume that for every n∈N, the set An contains at most nλ numbers. Show that there are infinitely many n∈N for which the sum of the elements in An is at most 2n(n+1)λ. (A multiset is a set-like collection of elements in which order is ignored, but repetition of elements is allowed and multiplicity of elements is significant. For example, multisets {1,2,3} and {2,1,3} are equivalent, but {1,1,2,3} and {1,2,3} differ.) Subset coloring
Let S={1,2,…,n}, where n≥1. Each of the 2n subsets of S is to be colored red or blue. (The subset itself is assigned a color and not its individual elements.) For any set T⊆S, we then write f(T) for the number of subsets of T that are blue.Determine the number of colorings that satisfy the following condition: for any subsets T1 and T2 of S, f(T1)f(T2)=f(T1∪T2)f(T1∩T2).