login
a(1) = 1; for n > 1, smallest number > 1 which is the n-th power of the sum of its digits, or 0 if no such number exists.
3

%I #9 Dec 05 2013 19:55:46

%S 1,81,512,2401,17210368,34012224,612220032,20047612231936,

%T 3904305912313344,13744803133596058624,8007313507497959524352,

%U 2518170116818978404827136,81920000000000000

%N a(1) = 1; for n > 1, smallest number > 1 which is the n-th power of the sum of its digits, or 0 if no such number exists.

%D Amarnath Murthy, The largest and the smallest m-th power whose digits sum /product is its m-th root. To appear in Smarandache Notions Journal.

%D Amarnath Murthy, e-book, " Ideas on Smarandache Notions " MS.LIT

%F For n > 1, a(n) = A046017(n)^n. - _David Wasserman_, Mar 25 2005

%F a(n)=A072408(n), n>1. [From _R. J. Mathar_, Sep 23 2008]

%e a(3) = 512 = 8^3 and no smaller number (>1) can have this property. (This has been established in the reference.)

%Y Cf. A046017.

%K nonn,base

%O 1,2

%A _Amarnath Murthy_, Oct 07 2002

%E More terms from _David Wasserman_, Mar 25 2005