login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060509 Largest power of n not exceeding 2^n. 1
4, 3, 16, 25, 36, 49, 64, 81, 1000, 1331, 1728, 2197, 2744, 3375, 65536, 83521, 104976, 130321, 160000, 194481, 234256, 6436343, 7962624, 9765625, 11881376, 14348907, 17210368, 20511149, 729000000, 887503681, 1073741824, 1291467969 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

LINKS

Harry J. Smith, Table of n, a(n) for n=2,...,200

FORMULA

a(n)=n^x, where x is Floor[n/Log[2, n]]

EXAMPLE

n=2: 4<=2^2=4; n=3: 3<8<9; n=4 16<=16<32,..., n=20 20^4=160000<1048576=2^20<3200000 etc.

PROG

(PARI) { default(realprecision, 100); t=log(2); for (n=2, 200, x=floor(n*t/log(n)); write("b060509.txt", n, " ", n^x); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 06 2009]

CROSSREFS

Sequence in context: A038233 A176737 A046162 * A113203 A034486 A130515

Adjacent sequences:  A060506 A060507 A060508 * A060510 A060511 A060512

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Apr 11 2001

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 23:53 EST 2012. Contains 205689 sequences.