Page 1 of 1

Compute d[n]d[n-1] + d[n-1]d[n-2] for n = 0, 1, 2.

Posted: Thu Jul 14, 2022 11:05 am
by answerhappygod
a) 0, 1, 2
b) 0, 0, 1
c) 1, 0, 0
d) 0, 0, 0