OFFSET
1,2
COMMENTS
A048102 is clearly a subsequence, as for any prime p, p^p satisfy the herein condition. Moreover, due to the multiplicativity of the arithmetic function sigma, A122406 is also a subsequence. More generally, if a number is a term, then any permutation of the exponents in its prime factorization (i.e., any permutation of its prime signature) gives also a term.
LINKS
Giuseppe Coppoletta and Giovanni Resta, Table of n, a(n) for n = 1..10000 (first 100 terms from G. Coppoletta)
EXAMPLE
173056 is included because 173056 = 2^10 * 13^2 and sigma(2*13) = sigma(10*2).
653184 is included because 653184 = 2^7 * 3^6 * 7 and sigma(2*3*7) = sigma(7*6*1).
MATHEMATICA
Select[Range[10^6], First@ # == Last@ # &@ Map[DivisorSigma[1, Times @@ #] &, Transpose@ FactorInteger@ #] &] (* Michael De Vlieger, May 12 2016 *)
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Giuseppe Coppoletta, May 08 2016
STATUS
approved