Question 1210385
<pre>
You can write the first one this way

{{{matrix(1,3,     a[n+1]=2*a[n],",",a[1]=1)}}}

You can write the second one this way:

{{{matrix(1,3,    a[n]=2^n,",",n="0,1,2,...")}}}

Edwin</pre>