Anonymous 10/25/2019 (Fri) 03:08:10 No.23512 del
>>23494
> Q CORONA posts
> forms a sequence of 2^(n+1)
> Do we have any mathfags / programmerfags here?

$ for n in
seq 0 20
; do echo "2^(${n}+1)" | bc; done
2
4
8
16
32
64
128
256
512
1024
2048

Message too long. Click here to view full text.