|
|
A067450
|
|
Smallest n-th power starting with 9.
|
|
1
|
|
|
9, 9, 9261, 923521, 9765625, 9474296896, 94931877133, 9682651996416, 922190162669056, 9765625, 952809757913927, 95428956661682176, 96889010407, 9012061295995008299689, 931322574615478515625
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
Terms from Robert G. Wilson v.
|
|
LINKS
|
Table of n, a(n) for n=1..15.
|
|
MATHEMATICA
|
a = {}; Do[k = 1; While[First[IntegerDigits[k^n]] != 9, k++ ]; a = Append[a, k^n], {n, 1, 25}]; a (* Robert G. Wilson v *)
|
|
CROSSREFS
|
Cf. A067442, A067443, A067444, A067445, A067446, A067447, A067448, A067449.
Sequence in context: A213154 A226050 A058200 * A220450 A318147 A324663
Adjacent sequences: A067447 A067448 A067449 * A067451 A067452 A067453
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
Amarnath Murthy, Feb 05 2002
|
|
STATUS
|
approved
|
|
|
|