470A - Crystal Ball Sequence
As usual, the first problem tests competitors' ability to do basic math, and in this case it is even easier than the sample — without any loops.
^'0- $ 1+*3*1+.
470B - Hexakosioihexekontahexaphobia
This problem uses more advanced language concepts — loop, conditional execution and even named variables! Variables are convenient to use as loop counters and result accumulators, so as to avoid stack manipulations for the same purpose.