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!)
A147798 Minimal value of A007947(m*(11^n-m)) with m coprime to 11. 2
6, 30, 30, 390, 3162, 2730, 17706 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The minima are reached for m values given in A147805.
LINKS
PROG
(PARI) A147798(n, p=11) = {my(m=n=p^n); for(a=1, n\2, a%p || next; m > 2*A007947(a) || next; m > A007947(n-a)*A007947(a) || next; m = A007947(n-a)*A007947(a) ); m; }
CROSSREFS
Sequence in context: A066197 A078638 A068510 * A351226 A351228 A369958
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 May 8 12:43 EDT 2024. Contains 372333 sequences. (Running on oeis4.)