OFFSET
0,2
LINKS
Harvey Heinz, Narcissistic Numbers
Eric Weisstein's World of Mathematics, Narcissistic Number
EXAMPLE
48625 = 4^5 + 8^2 + 6^6 + 2^8 + 5^4.
MATHEMATICA
sdrdp[n_]:=Module[{idn=IntegerDigits[n]}, Total[#[[1]]^#[[2]]&/@(Thread[ {idn, Reverse[idn]}]/.{0, 0}->{1, 1})]]; Select[Range[400000], # == sdrdp[#]&] (* Harvey P. Dale, Jul 31 2013 *)
CROSSREFS
KEYWORD
nonn,base,fini,full,bref
AUTHOR
Patrick De Geest, Feb 15 1999
STATUS
approved