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

1,2

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

Cf. A139051, A139076-A139078.

Sequence in context: A000336 A080613 A055006 * A043309 A104386 A171558

Adjacent sequences:  A139047 A139048 A139049 * A139051 A139052 A139053

KEYWORD

nonn,frac

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jun 03 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 15 13:05 EST 2012. Contains 205789 sequences.