by Michael Thomas De Vlieger, updated 23 May 2016, St. Louis, Missouri. First published 3 May 2016.
Name | Irregular array read by rows: n-th row contains (in ascending order) the nondivisors 1 <= k < n such that all the prime divisors p of k also divide n. |
Data | 0, 0, 0, 0, 0, 4, 0, 0, 0, 4, 8, 0, 8, 9, 0, 4, 8, 9, 0, 0, 4, 8, 12, 16, 0, 8, 16, 9, 4, 8, 16, 0, 9, 16, 18, 0, 4, 8, 16, 0, 8, 16, 0, 4, 8, 9, 12, 16, 18, 20, 24, 25, 27, 0, 0, 9, 27, 4, 8, 16, 32, 25, 8, 16, 24, 27, 32, 0, 4, 8, 16, 32, 9, 27, 16, 25, 32, 0, 4, 8, 9, 12, 16, 18, 24, 27, 28, 32 |
Offset | 1, 6 |
Comments | The k are the "semidivisors" or nondivisor regular numbers of n as counted by A243822(n). |
References | G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers. 3rd ed., Oxford Univ. Press, 1954, pp. 144-145, Theorem 136. |
Links | Michael De Vlieger, Table of n, a(n) for n = 1..10814 (rows 1 to 1000, flattened). |
Example |
For n = 12, the numbers 1 <= k < n such that the prime divisors p of k also divide n are {2, 3, 4, 6, 8, 9}; {2, 3, 4, 6} divide n = 12, thus row n = 12 is {8, 9}. n: k |
Mathematica | Table[With[{r = First /@ FactorInteger@ n}, Select[Range@ n, |
Crossrefs | Union of A027750 and nonzero terms of this sequence = A162306(n), thus A000005(n) + A243822(n) = A010846(n). |
Keyword | nonn, tabf, easy |
Author | Michael De Vlieger, May 3 2016 |
This sequence lists the semidivisors k of n in numerical order. A semidivisor is a number 1 < k < n whose prime divisors p also divide n. Semidivisors are nondivisor regular and neutral numbers. A regular number m with respect to n is one that has all prime divisors p that also divide n; all divisors d of n are also regular to n. A neutral number m with respect to n is a composite m that neither divides nor is coprime to n. Since semidivisors are neutral, they must be composite. Thus, prime k cannot be a semidivisor, and prime n can have no semidivisors. Prime powers p^e with e > 1 only have semitotatives but no semidivisors, since prime powers have a single prime divisor p, and all powers 1 < m <= e divide p^e. Since 4 is the smallest composite, n = 4 cannot have semidivisors. The k of row n are counted by A243822. See the entry above for more links to the OEIS pertaining to the identities and related sequences mentioned in this paragraph. See Neutral Numbers for more information regarding neutral and regular numbers with respect to n.
Sequence published by N. J. A. Sloane at OEIS 21 May 2016.