A180701 Smallest power of 17 that begins with n.
1, 289, 34271896307633, 4913, 582622237229761, 6975757441, 7961145753492658188015880378976844387030440651052782229932477774154576998240582422097, 83521, 9904578032905937
Offset: 1
Programs
-
Mathematica
With[{s=17^Range[0,80]},Table[First[Select[s,First[IntegerDigits[#]]==n&]], {n,9}]] (* Harvey P. Dale, Mar 24 2011 *)