A120264 Numerator of Sum_{k=1..n} (-1)^(k+1)/k^k.
1, 3, 85, 5413, 16922537, 456895999, 376274084904457, 24659496552164597077, 13105067550356276873597957, 40953336089635928267832533257, 11684464736880059106484670339210887010027
Offset: 1
Links
- Eric Weisstein's World of Mathematics, Sophomore's Dream.
Programs
-
Mathematica
Numerator[Table[Sum[1/k^k*(-1)^(k+1),{k,1,n}],{n,1,20}]]
Formula
a(n) = numerator(Sum_{k=1..n} (1/k^k)*(-1)^(k+1)).
Comments