A147801
Minimal value of A007947(m*(3^n-m)) with m coprime to 3.
Original entry on oeis.org
2, 2, 10, 10, 22, 110, 278, 238, 1054, 1342, 11066, 6118, 18734, 107030, 557270, 163030, 1440430, 2195110, 11016290, 3641210, 23250370, 38188766
Offset: 1
-
A147801(n, p=3) = {my(m=n=p^n); for(x=1, (n-1)\2, x%p || next; A007947(n-x)*A007947(x)A007947((n-x)*x)); m; }
A147803
Least m coprime to 5 minimizing A007947(m*(5^n-m)).
Original entry on oeis.org
1, 1, 4, 49, 128, 9, 36864, 19332, 4508, 121, 2
Offset: 1
-
A147803(n,p=5) = {my(b, m=n=p^n); for(a=1, n\2, a%p || next; A007947(n-a)*A007947(a)A007947((n-a)*b=a)); b; }
A147804
Least m coprime to 7 minimizing A007947(m*(7^n-m)).
Original entry on oeis.org
1, 1, 100, 1, 423, 28561, 3072, 124609, 119232
Offset: 1
-
A147804(n,p=7)={my(b, m=3*n=p^n, t); for(a=1, n\2, a%p || next; m>2*(t=A007947(a)) || next; m>(t*=A007947(n-a)) || next; m=t; b=a); b; }
A147798
Minimal value of A007947(m*(11^n-m)) with m coprime to 11.
Original entry on oeis.org
6, 30, 30, 390, 3162, 2730, 17706
Offset: 1
A147805
Least m coprime to 11 minimizing A007947(m*(11^n-m)).
Original entry on oeis.org
2, 1, 81, 16, 8748, 91, 1489347
Offset: 1
Showing 1-5 of 5 results.
Comments