login
This site is supported by donations 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; internal format)
OFFSET

1,1

COMMENTS

The minima are reached for m values given in A147805. See A147799-A147804, esp. A147801, for more comments.

PROG

(PARI) A147798(n, p=11)={ local( 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

Cf. A007947, A147298, A147799-A147805.

Sequence in context: A066197 A078638 A068510 * A197880 A175497 A161812

Adjacent sequences:  A147795 A147796 A147797 * A147799 A147800 A147801

KEYWORD

more,nonn

AUTHOR

M. F. Hasler (www.univ-ag.fr/~mhasler), Dec 06 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 09:35 EST 2012. Contains 205614 sequences.