OFFSET
1,2
COMMENTS
The implied partition corresponding to k is the partition of bigomega(k) (A001222) formed by the prime exponents. For example, bigomega(18) = 3, which is partitioned as 2 + 1, because 18 = (3^2)(2^1), and 2 + 1 is a self-conjugate partition of 3. In contrast, while bigomega(42) = 3, 3 is partitioned as 1 + 1 + 1, because 42 = (2^1)(3^1)(7^1), and 1 + 1 + 1 is not a self-conjugate partition of 3.
This sequence is very similar to, but ultimately different from, A212166. The first difference is a(342) = 1083, whereas A212166(342) = 1080.
This sequence is a subsequence of A212166.
LINKS
Hal M. Switkay, Table of n, a(n) for n = 1..342
Eric Weisstein's World of Mathematics, Self-Conjugate Partition.
EXAMPLE
120 is a term; its prime factorization (2^3)(3^2)(5^1) is self-conjugate.
24 is not a term; its prime factorization (2^3)(3^1) is not self-conjugate.
MATHEMATICA
selfQ[p_] := ResourceFunction["ConjugatePartition"][p] == p; q[n_] := selfQ[Sort[FactorInteger[n][[;; , 2]], Greater]]; Select[Range[200], q] (* Amiram Eldar, May 26 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Hal M. Switkay, May 18 2025
STATUS
approved
