For any number larger than 2, the primes reached when you start with n and concatenate the sum of its prime factors with its largest prime factor, then repeat the process until you eventually reach a prime, or print a -1 if you never do.
A125674
For any number larger than 2, the primes reached when you start with n and concatenate the sum of its prime factors with its largest prime factor, then repeat the process until you eventually reach a prime, or print a -1 if you never do.
Terms
- a(0) =1a(1) =2a(2) =3a(3) =127a(4) =5a(5) =53a(6) =7a(7) =3331a(8) =137a(9) =888691a(10) =11a(11) =73a(12) =13a(13) =97a(14) =-1a(15) =-1a(16) =17a(17) =83a(18) =19a(19) =489479a(20) =107a(21) =4523a(22) =23a(23) =12073a(24) =157a(25) =519509a(26) =12073a(27) =1913a(28) =29a(29) =157
External references
- oeis: A125674