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
1, 0, -1, 16, 759375, 191749544167774320464809980317709376 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(7) has 247 digits and is too long to be displayed here.
LINKS
EXAMPLE
For n = 4: a(4) = (-1 - 1)^4 = 16.
MATHEMATICA
RecurrenceTable[{a[1]==1, a[n]==(a[n-1]-1)^n}, a, {n, 7}] (* Harvey P. Dale, Feb 17 2016 *)
CROSSREFS
Sequence in context: A297386 A051675 A288951 * A013804 A116102 A323336
KEYWORD
sign
AUTHOR
Jaroslav Krizek, Nov 03 2010
STATUS
approved

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 16 08:21 EDT 2024. Contains 371698 sequences. (Running on oeis4.)