a(n) is the number of ways n^n can be written as s^t*u^v, where s, t, u, v are integers > 1 and s^t <= u^v.
A390604
a(n) is the number of ways n^n can be written as s^t*u^v, where s, t, u, v are integers > 1 and s^t <= u^v.
Terms
- a(0) =0a(1) =0a(2) =0a(3) =7a(4) =1a(5) =21a(6) =3a(7) =76a(8) =39a(9) =48a(10) =10a(11) =235a(12) =14a(13) =94a(14) =70a(15) =393a(16) =25a(17) =462a(18) =31a(19) =515a(20) =127a(21) =225a(22) =45a(23) =1468a(24) =251a(25) =318a(26) =432a(27) =924a(28) =68a(29) =5027
External references
- oeis: A390604