|
| |
|
|
A133208
|
|
a(n) is the smallest number k such that k^n has the same digits as some other n-th power without leading zeros.
|
|
0
| |
|
|
12, 5, 4, 348, 731, 1001, 1001, 3747, 6526, 10001, 3967, 19365, 29088, 9436, 53331, 30484, 72091, 49255, 30342, 59579, 52604, 280501, 88379, 445885, 452341, 98107, 755179, 490404, 126493, 205417, 170613, 781944, 821573
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 2,1
|
|
|
COMMENTS
| The case where 10^n has the same digits as 1^n is excluded by no leading zeros constraint.
|
|
|
EXAMPLE
| 12^2 = 144 - the same digits as 21^2 = 441.
5^3 = 125 - the same digits as 8^3 = 512.
4^4 = 256 - the same digits as 5^4 = 625.
348^5 = 5103830227968 - the same digits as 381^5 = 8028323765901.
|
|
|
CROSSREFS
| Sequence in context: A107670 A157782 A002679 * A205141 A122561 A110185
Adjacent sequences: A133205 A133206 A133207 * A133209 A133210 A133211
|
|
|
KEYWORD
| base,more,nonn
|
|
|
AUTHOR
| Tanya Khovanova (tanyakh(AT)yahoo.com), Oct 10 2007
|
|
|
EXTENSIONS
| a(6)-a(34) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Apr 22 2008
|
| |
|
|