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!)
A152837 a(0)=-1; a(n)=Floor[n^a(n-1)-a(n-1)^n]. 4

%I #4 Mar 31 2012 12:38:17

%S -1,2,0,1,3,-118,-2699554153024,

%T 1044826807337428519663920677057429215016680080584103502827667086054551857192770337767423

%N a(0)=-1; a(n)=Floor[n^a(n-1)-a(n-1)^n].

%e a(1) = 1^(-1)-(-1)^1 = 2. - R. J. Mathar, Jan 08 2009

%t lst={};a=1;Do[a=n^a-a^n;AppendTo[lst,Floor[a]],{n,0,7}];lst

%Y Cf. A084964, A152832, A152833, A152835, A152836

%K sign

%O 0,2

%A _Vladimir Joseph Stephan Orlovsky_, Dec 14 2008

%E Indices added to definition, offset corrected - _R. J. Mathar_, Jan 08 2009

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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)