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!)
A139050 Numerator of fraction M(n) defined in A139076. 4
1, 2, 3, 4, 25, 9, 343, 512, 27, 625, 14641, 81, 371293, 537824, 15625, 262144, 24137569, 612220032, 893871739, 1280000000, 37822859361, 214358881, 78310985281, 134217728, 3814697265625, 137858491849, 205891132094649, 289254654976, 12200509765705829 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
The sequence M(n), n >= 1, begins: 1, 2, 3, 4, 25/4, 9, 343/27, 512/27, 27, 625/16, 14641/256, 81, 371293/3125, 537824/3125, ...
MAPLE
G:=(n, k)->(n/k)^k; f:=proc(n) local i, a; global G; a:=1; for i from 1 to 2*n do if G(n, i) > a then a:=G(n, i); fi; od: a; end;
CROSSREFS
Sequence in context: A235041 A080613 A055006 * A043309 A104386 A171558
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Jun 03 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 17 20:27 EDT 2024. Contains 371767 sequences. (Running on oeis4.)