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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070327 Smallest nontrivial power of n starting with n and greater than n. 4
256, 387420489, 4096, 59604644775390625, 60466176, 79792266297612001, 8589934592, 984770902183611232881, 100, 1191817653772720942460132761, 1283918464548864, 137858491849, 1475789056 (list; graph; refs; listen; history; text; internal format)
OFFSET

2,1

COMMENTS

a(n) = n ^ A051248(n). [Reinhard Zumkeller, Sep 29 2011]

LINKS

_Reinhard Zumkeller_, Table of n, a(n) for n = 2..32

FORMULA

f[n_] := Block[{k = 2, s = ToString[n]}, While[ StringPosition[ ToString[n^k], s, 1] != {{1, Integer_}}, k++ ]; n^k]; Table[ f[n], {n, 2, 10}]

CROSSREFS

Cf. A045537, A104782.

Sequence in context: A017192 A013879 A073600 * A008972 A017300 A017420

Adjacent sequences:  A070324 A070325 A070326 * A070328 A070329 A070330

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 11 2002

EXTENSIONS

Edited by Robert G. Wilson v, May 14 2002

The 15-th term is too large to include.

STATUS

approved

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 May 19 15:27 EDT 2013. Contains 225433 sequences.