|
Search: id:A147803
|
|
| |
|
| 1, 1, 4, 49, 128, 9, 36864, 19332, 4508, 121, 2
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
The minima are given in A147800.
This is related to the abc conjecture: Since m is coprime to 5, it is also coprime to 5^n and thus to 5^n-m. Thus the square free kernel A007947(m (5^n-m) 5^n) = 5 A007947(m(5^n-m)). See also A143700,A147802 for the 2^n and 3^n analogues and A147298 for the general case.
|
|
PROGRAM
|
(PARI) A147803(n, p=5)={local(b, m=n=p^n); for(a=1, n\2, a%p|next; A007947(n-a)*A007947(a)<m|next; m=A007947((n-a)*b=a)); b}
|
|
CROSSREFS
|
Cf. A007947, A147800 (value of minima), A143700 (analogue for 2^n), A147802 (analogue for 3^n), A147300 (analogue for any number).
Sequence in context: A058311 A136196 A061100 this_sequence A112533 A016874 A092866
Adjacent sequences: A147800 A147801 A147802 this_sequence A147804 A147805 A147806
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
M. F. Hasler (MHasler(AT)univ-ag.fr), Nov 13 2008
|
|
|
Search completed in 0.002 seconds
|