|
|
A067449
|
|
Smallest n-th power starting with 8.
|
|
2
|
|
|
8, 81, 8, 81, 844596301, 85766121, 823543, 815730721, 8662995818654939, 819628286980801, 8589934592, 8916100448256, 8192, 805345924720991301978201, 8629188747598184440949
(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]] != 8, k++ ]; a = Append[a, k^n], {n, 1, 25}]; a (* Robert G. Wilson v *)
|
|
CROSSREFS
|
Cf. A067442, A067443, A067444, A067445, A067446, A067447, A067448.
Sequence in context: A145606 A002072 A193943 * A302974 A281472 A302625
Adjacent sequences: A067446 A067447 A067448 * A067450 A067451 A067452
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
Amarnath Murthy, Feb 05 2002
|
|
STATUS
|
approved
|
|
|
|