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!)
A175988 a(1) = 1, for n >= 2: a(n) = (a(n-1) - 1)^n. 0

%I #12 Mar 13 2022 22:52:44

%S 1,0,-1,16,759375,191749544167774320464809980317709376

%N a(1) = 1, for n >= 2: a(n) = (a(n-1) - 1)^n.

%C a(7) has 247 digits and is too long to be displayed here.

%e For n = 4: a(4) = (-1 - 1)^4 = 16.

%t RecurrenceTable[{a[1]==1,a[n]==(a[n-1]-1)^n},a,{n,7}] (* _Harvey P. Dale_, Feb 17 2016 *)

%K sign

%O 1,4

%A _Jaroslav Krizek_, Nov 03 2010

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 25 11:36 EDT 2024. Contains 371968 sequences. (Running on oeis4.)