login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A123702
a(1)=a(2)=1. For n >= 3, a(n) = (product{k=1 to n-1} a(k)) - (sum{j=1 to n-1} a(j)).
2
1, 1, -1, -2, 3, 4, 18, 408, 175824, 30989858688, 960376803619751958528, 922323604960653729254933704147036248735744, 850680832267616036448642743307003648114050501920269009809993262836200003241653567488
OFFSET
1,4
COMMENTS
a(3) and a(4) are the only negative terms of the sequence.
FORMULA
For n >= 5, a(n) = a(n-1) a(n-2) (a(n-1)-1) /(a(n-2)-1).
MATHEMATICA
f[l_List] := Append[l, Times @@ l - Plus @@ l]; Nest[f, {1, 1}, 11] (* Ray Chandler, Oct 09 2006 *)
CROSSREFS
Cf. A123703.
Sequence in context: A077407 A273002 A333547 * A265367 A265902 A245453
KEYWORD
easy,sign
AUTHOR
Leroy Quet, Oct 08 2006
EXTENSIONS
Extended by Ray Chandler, Oct 09 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 03:50 EDT 2024. Contains 376079 sequences. (Running on oeis4.)