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!)
A147805 Least m coprime to 11 minimizing A007947(m*(11^n-m)). 2
2, 1, 81, 16, 8748, 91, 1489347 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The values of the minima are given in A147798.
LINKS
PROG
(PARI) /* If A147798(n) has already been computed and is stored in a147798[n]: */
A147805(n)={my(m=a147798[n]); for(a=1, n=11^n, a%11 || next; m>2*A007947(a) || next; m==A007947(a)*A007947(n-a) && return(a)) }
/* else use code from A147804 : A147805(n)=A147804(n, 11) */
CROSSREFS
Sequence in context: A118558 A095837 A095835 * A141527 A301631 A191298
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Dec 06 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 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)