login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A147804 Least m coprime to 7 minimizing A007947(m*(7^n-m)). 4
1, 1, 100, 1, 423, 28561, 3072, 124609, 119232 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The minima are given in A147799.
This is related to the abc conjecture: Since m is coprime to 7, it is also coprime to 7^n and thus to 7^n-m. Thus the squarefree kernel A007947(m*(7^n-m)*7^n) = 7*A007947(m(7^n-m)).
LINKS
PROG
(PARI) 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; }
CROSSREFS
Cf. A007947, A147799 (value of minima), A143700, A147802, A147803 (analog for 2^n, 3^n, 5^n), A147300 (analog for any number).
Sequence in context: A154230 A173183 A172179 * A164847 A273479 A333399
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Nov 13 2008
EXTENSIONS
Typo in title corrected by M. F. Hasler, Nov 17 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)