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.

A336026 Numbers m such that the proportion of nonsquarefree numbers in the interval [1, m] is greater than the corresponding proportion for all k > m.

This page as a plain text file.
%I A336026 #31 Jul 22 2020 10:34:24
%S A336026 176,380,388,389,392,393,1089,1864,1928,1936,1937,1940,2080,2892,2900,
%T A336026 2908,2909,2912,3776,5589,5788,5832,5932,5933,7156,7157,11881,11889,
%U A336026 12656,12776,13880,13888,14085,14088,14096,14104,14456,14464,14465,39740
%N A336026 Numbers m such that the proportion of nonsquarefree numbers in the interval [1, m] is greater than the corresponding proportion for all k > m.
%C A336026 Also, numbers m such that the proportion of squarefree numbers in the interval [1, m] is less than the corresponding proportion for all k > m.
%C A336026 If the condition "greater than" were changed to "greater than or equal to" the sequence would also include the number 396, where the proportion is the same as at 1089, namely, 156/396 = 429/1089 = 39/99. There seems to be no other such coincidence. There is none up to 2*10^11.
%C A336026 All the terms are congruent to 0 or 1 modulo 4. If the modulus 36 is considered, the only possible residue classes are 0, 1, 9, 12, 20, 28, 29, 32 and 33. Similar restrictions hold for larger moduli. Thus, mod 900 there are only 132 possible residues, the least one being 28. Of these, more than half appear in pairs of two consecutive values.
%H A336026 Javier Múgica, <a href="/A336026/b336026.txt">Table of n, a(n) for n = 1..211</a>
%H A336026 Javier Múgica, <a href="/A336026/a336026.c.txt">C program for finding (not proving) the terms of this sequence</a>. The computations for the proofs can be found in the following spreadsheets: <a href="http://www.aerotri.es/math/Quadratfrei/QuadratFrei-5.xlsx">The first four terms</a>. <a href="http://www.aerotri.es/math/Quadratfrei/QuadratFrei-17-I.xlsx">The first 211 terms</a>. The determination of the <a href="http://www.aerotri.es/math/Quadratfrei/possible-residue-classes.xlsx">possible residue classes mod 36 and 900</a>.
%e A336026 There are 151 nonsquarefree numbers up to m = 380, for a proportion of 151/380 ~= 0.39737. This proportion is never again reached for larger values of m, so the number 380 belongs to this list.
%Y A336026 Cf. A013929, A057627, A336025.
%K A336026 nonn
%O A336026 1,1
%A A336026 _Javier Múgica_, Jul 05 2020