login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A143780
Numbers of the form : k=k^n-n^k, (k=0).
0
-1, 0, -1, 6, -26444, 341989937615742945541647800
OFFSET
1,4
MATHEMATICA
lst={}; k=0; Do[k=k^n-n^k; AppendTo[lst, IntegerPart[k]], {n, 6}]; lst
CROSSREFS
Sequence in context: A241650 A368064 A337990 * A225716 A159429 A367944
KEYWORD
sign
AUTHOR
STATUS
approved