OFFSET
1,2
COMMENTS
All powers of 2, all prime numbers and all even perfect numbers are members of this sequence.
Sequence A174973: the symmetric representation of sigma, SRS(A174973(n)) consisting of 1 part, and sequence A239929: SRS(A239929(n)) consisting of 2 parts, are proper subsequences. Sequence A251820: SRS(A251820(n)) consisting of 3 equal parts, contains the only other known members 15 and 5950 of this sequence. No number m with SRS(m) consisting of 4 or more equal parts is known. - Hartmut F. W. Hoft, Jan 11 2025
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
EXAMPLE
9 is not in the sequence because the parts of the symmetric representation of sigma(9) = 13 are [5, 3, 5].
10 is in the sequence because the parts of the symmetric representation of sigma(10) = 18 are [9, 9].
SRS(15) = { 8, 8, 8 } and SRS(5950) = { 4464, 4464, 4464 }. - Hartmut F. W. Hoft, Jan 11 2025
MATHEMATICA
(* Function partsSRS[ ] is defined in A377654 *)
a265999[n_] := Select[Range[n], Length[Union[partsSRS[#]]]==1&]
a265999[100] (* Hartmut F. W. Hoft, Jan 11 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Dec 19 2015
STATUS
approved