login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048341 Equal to the sum of its digits raised to its reversed digits power (0^0=1). 0
1, 48625, 397612 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A172554 A244172 A245794 * A062204 A173780 A252444
KEYWORD
nonn,base,fini,full,bref
AUTHOR
Patrick De Geest, Feb 15 1999
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)