A131699 Smallest number whose n-th power begins with precisely n identical digits (in base ten).
1, 15, 322, 167, 6444, 32183, 7306, 225418, 6551032, 683405939, 7074698775, 26331754107, 844494314469, 11303028458639, 251188643150958, 93364101391902, 16114920282762613, 239390020079624346, 191165654339590395
Offset: 1
Examples
a(1) = 1 because 1^1 = 1 begins with precisely 1 identical digit. a(2) = 15 because 15^2 = 225 begins with precisely 2 identical digits. a(3) = 322 because 322^3 = 33386248 begins with precisely 3 identical digits. a(4) = 167 because 167^4 = 777796321 begins with precisely 4 identical digits. a(5) = 6444 because 6444^5 = 11111627111310388224 begins with precisely 5 identical digits.
Links
- Hans Havermann, Table of n, a(n) for n=1..100
Formula
a(n) = Min{k>0 such that k^n begins with precisely n identical leftmost digits (base ten)}.
Extensions
Edited by N. J. A. Sloane, Jul 01 2008 at the suggestion of R. J. Mathar
Comments