Closed form for the sum 1^1+2^2+3^3+...+k^k

  • Level: Undergrad 
  • Thread starter Thread starter ddddd28
  • Start date Start date
  • Tags Tags
    summation
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
6 replies · 2K views
ddddd28
Messages
73
Reaction score
4
Does that summatiom have a shorter representation at all?
##\sum_{n=1}^{k} n^n = ?##
I guess it is not of the form of constant power series, but I could not find an alternative.

Mentor note: made formula render properly[/size]
 
Last edited by a moderator:
Mathematics news on Phys.org
Huh? Looks both like nn to me.

I'm not aware of an analytic expression. It can probably be approximated with the Stirling formula and then some integration.
 
  • Like
Likes   Reactions: fresh_42
Maybe one can use Faulhaber to rewrite ##n^n## as difference of ##\sum_{k=1}^n k^n - \sum_{k=1}^{n-1} k^n## to get an expression in Bernoulli numbers which can then be summed again. A giant polynomial of Bernoulli numbers. Of course my bet to the original question
ddddd28 said:
Does that summatiom have a shorter representation at all?
is NO. I mean the length of the expression is seven! Almost impossible to shorten.
 
fresh_42 said:
is NO. I mean the length of the expression is seven! Almost impossible to shorten.
Not true for an engineer for k>5 or so...

k^k
 
  • Like
Likes   Reactions: fresh_42
berkeman said:
Not true for an engineer for k>5 or so...

k^k
Now as you say it. Mathematicians can also shorter ...
##O(1)##
 
  • Like
Likes   Reactions: berkeman