login
A398804
Numbers k such that A008479(k) = 4.
0
16, 24, 50, 81, 98, 120, 135, 168, 176, 189, 208, 264, 272, 304, 312, 350, 363, 368, 408, 456, 464, 496, 507, 550, 552, 592, 625, 650, 656, 688, 696, 735, 744, 752, 840, 848, 850, 867, 875, 888, 944, 950, 976, 984, 1032, 1072, 1078, 1083, 1128, 1136, 1150, 1168
OFFSET
1,1
COMMENTS
Numbers k such that exactly 3 other numbers m < k share the squarefree kernel A007947(k) = rad(k). See A397742 for further information about classifying numbers in this way.
Superset of A030514 (fourth powers of primes).
This sequence without A030514 is in A332785 (neither squarefree nor powerful).
In the following partition description, p, q, r are primes with p < q < r when they occur together. Let m = rad(k). Let S be the set of the 3 smaller numbers that share the squarefree kernel, m.
We may partition this sequence into 4 blocks as follows:
A. Numbers k of the form m*p^3 (in A397459),
with S = {m, m*p, m*p^2}.
Includes A030514 (fourth powers of primes).
B. Numbers k of the form m*q,
with S = {m, m*p, m*p^2} (in A398442).
C. Numbers k of the form m*p^2 (in A397458),
with S = {m, m*p, m*q}.
D. Numbers k of the form m*r (in A398864),
with S = {m, m*p, m*q}.
Each squarefree number A005117(j) occurs as m = rad(k) for exactly one term k, specifically for k = A284311(4, j-1). So every squarefree number m corresponds to a set S in exactly one of the blocks.
Smallest term k with j >= 2 distinct prime factors is 3*A002110(j).
LINKS
FORMULA
{a(n)} = {A065642(A397742(j)) : j >= 1} = {A065642^3(A005117(j)) : j > 1}..
EXAMPLE
Table of n, a(n) for select n:
n block a(n)
--------------------------------------------------------
1 A 16 2^4
2 C 24 2^3 * 3
3 B 50 2 * 5^2
4 A 81 3^4
5 B 98 2 * 7^2
6 C 120 2^3 * 3 * 5
7 C 135 3^3 * 5
9 A 176 2^4 * 11
16 B 350 2 * 5^2 * 7
17 B 363 3 * 11^2
32 D 735 3 * 5 * 7^2
35 C 840 2^3 * 3 * 5 * 7
392 C 9240 2^3 * 3 * 5 * 7 * 11
5063 C 120120 2^3 * 3 * 5 * 7 * 11 * 13
86248 C 2042040 2^3 * 3 * 5 * 7 * 11 * 13 * 17
MATHEMATICA
rad[x_] := Times @@ FactorInteger[x][[All, 1]]; Select[Range[1200], Function[{k, r}, Count[Range[k], _?(rad[#] == r &)] == 4] @@ {#, rad[#]} &]
CROSSREFS
Row 4 of A284311 (or A285321), sorted. See A397742 for row 3 and further related xrefs.
Sequence in context: A205187 A162819 A029720 * A204696 A024588 A334229
KEYWORD
nonn,new
AUTHOR
STATUS
approved