OFFSET
0,6
COMMENTS
First 5 terms are {0,0,0,0,1}; thereafter apply the recurrence. Note that 0^0=1.
LINKS
MATHEMATICA
nxt[{a_, b_, c_, d_, e_}]:={b, c, d, e, e+d*c+b^a}; Join[{0, 0, 0}, NestList[nxt, {0, 1, 2, 3, 6}, 11][[;; , 1]]] (* Harvey P. Dale, Jun 13 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Munafo, Jan 21 2010
STATUS
approved
