What does $[n=0]$ mean?

84 Views Asked by At

Namely, in the context of a recursively defined sequence:

$a_n=a_{n-1}+b_{n-1}+a_{n-2}+[n=0]$

where b is an element of another sequence.

1

There are 1 best solutions below

0
On BEST ANSWER

It’s an Iverson bracket, and both of the earlier comments interpret it correctly.