login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A175986
a(1) = 1, for n >= 2: a(n) = (a(n-1)-1)^(n-1) - 1.
0
1, -1, 3, 7, 1295, 3628034278016223
OFFSET
1,3
COMMENTS
a(7) has 94 digits.
EXAMPLE
For n = 5: a(5) = (7-1)^4 - 1 = 1295.
CROSSREFS
Sequence in context: A012844 A104052 A062625 * A296351 A349007 A101006
KEYWORD
sign
AUTHOR
Jaroslav Krizek, Nov 03 2010
STATUS
approved