Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066588
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066588 The sum of the digits of n^n. +0
2
1, 4, 9, 13, 11, 27, 25, 37, 45, 1, 41, 54, 58, 52, 99, 88, 98, 108, 127, 31, 117, 148, 146, 153, 151, 154, 189, 163, 167, 63, 184, 205, 207, 214, 260, 270, 271, 265, 306, 112, 308, 315, 313, 325, 306, 352, 374, 333, 355, 151 (list; graph; listen)
OFFSET

1,2

EXAMPLE

a(7) = 25 because 7^7 = 823543 and 8 + 2 + 3 + 5 + 4 + 3 = 25.

MAPLE

P:=proc(n) local i, k, w; for i from 1 by 1 to n do w:=0; k:=i^i; while k>0 do w:=w+k-(trunc(k/10)*10); k:=trunc(k/10); od; print(w); od; end: P(100); - Paolo P. Lava (ppl(AT)spl.at), May 15 2007

CROSSREFS

Cf. A000312, A004152.

Adjacent sequences: A066585 A066586 A066587 this_sequence A066589 A066590 A066591

Sequence in context: A083351 A055381 A032820 this_sequence A135740 A010412 A033662

KEYWORD

base,nonn

AUTHOR

Robert A. Stump (bee_ess107(AT)yahoo.com), Jan 07 2002

EXTENSIONS

More terms from Paolo P. Lava (ppl(AT)spl.at), May 15 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 01:24 EDT 2008. Contains 139630 sequences.


AT&T Labs Research