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!)
A143782 Numbers of the form : k=k^n-n^k, (k=3). 0

%I #2 Mar 31 2012 12:38:16

%S 2,0,-1,0,-3,898

%N Numbers of the form : k=k^n-n^k, (k=3).

%C The next number is too large to include.

%t lst={};k=3;Do[k=k^n-n^k;AppendTo[lst,IntegerPart[k]],{n,7}];lst

%K sign

%O 1,1

%A _Vladimir Joseph Stephan Orlovsky_, Aug 31 2008

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 August 26 21:09 EDT 2024. Contains 375462 sequences. (Running on oeis4.)