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”).

A175977
a(1) = 1, for n >= 2: a(n) = (n-1)^a(n-1) + 1.
0
OFFSET
1,2
COMMENTS
a(5) with 147 digits is too large to include.
EXAMPLE
For n = 4: a(4) = (4-1)^5 + 1 = 244.
CROSSREFS
Sequence in context: A135724 A137068 A137066 * A367673 A121270 A085603
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Nov 03 2010
STATUS
approved