Search: id:A147800 Results 1-1 of 1 results found. %I A147800 %S A147800 2,6,22,42,222,366,2046,13962,10626,79926,293262 %N A147800 Minimal value of A007947(m(5^n-m)) with m coprime to 5. %C A147800 The minima are reached for m values given in A147803. %C A147800 This is related to the abc conjecture, see also A143702, A147801 (2^n, 3^n analogues) and A147298 (general case). %C A147800 All terms of this sequence are even, so one could also consider A147800/ 2 = 1, 3, 11, 21, 111, 183, 1023, 6981, 5313, 39963, 146631,... %o A147800 (PARI) A147800(n,p=5)={local(m=n=p^n);for(a=1,(n-1)\2,a%p|next;A007947(n-a)*A007947(a)