Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065801
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065801 Least k such that n^k > 2^n. +0
1
3, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14 (list; graph; listen)
OFFSET

2,1

LINKS

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

EXAMPLE

a(4) = 3 because if k = 2, 4^2 <= 2^4 but when k reaches 3, 4^3 > 2^4.

MATHEMATICA

f[n_] := (k = 1; While[n^k <= 2^n, k++ ]; Return[k]); Table[ f[n], {n, 2, 70} ]

PROGRAM

(PARI) { for (n=2, 1000, k=1; p=2^n; while (n^k <= p, k++); write("b065801.txt", n, " ", k) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 31 2009]

CROSSREFS

Sequence in context: A120004 A079790 A098726 this_sequence A086920 A117451 A130970

Adjacent sequences: A065798 A065799 A065800 this_sequence A065802 A065803 A065804

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 05 2001

EXTENSIONS

OFFSET changed from 1,1 to 2,1 and Definition corrected by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 31 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research