A336548 Numbers k such that at least one pair sigma(p_i^e_i), sigma(p_j^e_j) [with i != j] share a prime factor, when k = p_1^e_1 * ... * p_h^e_h, where each p_i^e_i is the maximal power of prime p_i dividing k.
10, 15, 21, 22, 30, 33, 34, 35, 39, 40, 42, 46, 51, 52, 55, 57, 58, 60, 65, 66, 69, 70, 77, 78, 82, 84, 85, 87, 88, 90, 91, 93, 94, 95, 98, 102, 105, 106, 110, 111, 114, 115, 118, 119, 120, 123, 129, 130, 132, 133, 135, 136, 138, 140, 141, 142, 143, 145, 152, 154, 155, 156, 159, 160, 161, 164, 165, 166, 168, 170
Offset: 1
Keywords
Examples
10 = 2*5 is present as sigma(2) = 3 and sigma(5) = 6, and 3 and 6 share a prime factor (gcd(3,6) = 3). Also we see that sigma(sigma(2))*sigma(sigma(5)) = 4*12 = 48 > sigma(sigma(10)) = 39.
Links
- Antti Karttunen, Table of n, a(n) for n = 1..25000
Crossrefs
Subsequence of A024619.
Formula
{k | A336562(k) > 0}. - Antti Karttunen, May 09 2022
Extensions
The old definition moved to comments and replaced with a more generic, but equivalent definition by Antti Karttunen, May 09 2022
Comments