login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A090561
Least n-th power that begins with k^(n-1) for some k > 1.
1
1, 4, 64, 81, 16807, 1000000, 10000000, 100000000, 1000000000, 10000000000, 100000000000, 1000000000000, 10000000000000, 100000000000000, 1000000000000000, 10000000000000000, 100000000000000000
OFFSET
1,2
COMMENTS
a(n) = 10^n for 6 <= n <= 500 (I haven't checked past 500.) - David Wasserman, Jan 05 2006
EXAMPLE
a(1) = 1 because 1 begins with 2^0. a(5) = 16807 because 16807 begins with 2^4.
CROSSREFS
Cf. A090568.
Cf. A067442.
Sequence in context: A368111 A367913 A210935 * A273375 A016934 A260182
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Dec 11 2003
EXTENSIONS
Corrected and extended by David Wasserman, Jan 05 2006
STATUS
approved