If n is composite, a(n) is the number represented by the list of prime factors of n (with multiplicity, sorted in nondecreasing order) in base the sum of that list. If n is prime, a(n) = n.
A337183
If n is composite, a(n) is the number represented by the list of prime factors of n (with multiplicity, sorted in nondecreasing order) in base the sum of that list. If n is prime, a(n) = n.
Terms
- a(0) =2a(1) =3a(2) =10a(3) =5a(4) =13a(5) =7a(6) =86a(7) =21a(8) =19a(9) =11a(10) =115a(11) =13a(12) =25a(13) =29a(14) =1170a(15) =17a(16) =155a(17) =19a(18) =185a(19) =37a(20) =37a(21) =23a(22) =1641a(23) =55a(24) =43a(25) =273a(26) =271a(27) =29a(28) =235a(29) =31
External references
- oeis: A337183