I had already found that; nothing happens when I plug that into Mathematica. I entered:
Code:
s[3^14, 10] := Plus @@ IntegerDigits[3^14, 10]
and then nothing came out. Is this the correct way to enter it? For this example I was trying to compute the sum of the digits of 314 in base 10. Thanks.