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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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; internal format)
OFFSET

1,1

COMMENTS

Program and terms from Robert G. Wilson.

MAPLE

a = {}; Do[k = 1; While[First[IntegerDigits[k^n]] != 8, k++ ]; a = Append[a, k^n], {n, 1, 25}]; a

CROSSREFS

Cf. A067442.A067443, A067444, A067445, A067446, A067447, A067448.

Sequence in context: A145606 A002072 A193943 * A078292 A027768 A007792

Adjacent sequences:  A067446 A067447 A067448 * A067450 A067451 A067452

KEYWORD

base,easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 05 2002

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 February 15 21:56 EST 2012. Contains 205860 sequences.