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!)
A055207 Sum of n-th powers of digits of n. 1
1, 1, 4, 27, 256, 3125, 46656, 823543, 16777216, 387420489, 1, 2, 4097, 1594324, 268435457, 30517578126, 2821109907457, 232630513987208, 18014398509481985, 1350851717672992090, 1048576, 2097153, 8388608, 94151567435, 281474993487872, 298023223910507557 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
a(12) = 1^12 + 2^12 = 1 + 4096 = 4097.
MAPLE
a:= n-> add(i^n, i=convert(n, base, 10)):
seq(a(n), n=0..29); # Alois P. Heinz, Dec 18 2022
MATHEMATICA
Join[{1}, Table[Total[IntegerDigits[n]^n], {n, 25}]] (* Harvey P. Dale, Jul 16 2011 *)
CROSSREFS
Sequence in context: A086756 A061510 A045512 * A214877 A067041 A070691
KEYWORD
base,easy,nonn,look
AUTHOR
Henry Bottomley, Jun 19 2000
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 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)