Show the (decimal) value of a number of 1s appended with a 3, then squared: Difference between revisions

m
added a verb to the task's requirements, changed "followed" to appended, made it clear that decimal numbers are to be used.
(Add Forth)
m (added a verb to the task's requirements, changed "followed" to appended, made it clear that decimal numbers are to be used.)
Line 2:
 
;Task:
Show here (on this page) the decimal numbers formed by:
a(n) = (n 1's followed by a 3)^2, where '''0 <= n < 8'''
:: <big><big>(</big></big>'''n''' &nbsp; '''1''''s &nbsp; appended by the digit &nbsp; '''3'''<big><big>)</big></big> &nbsp; and then square the result, &nbsp; &nbsp; where &nbsp; <big> '''0 &nbsp; <= &nbsp; n &nbsp; < &nbsp; 8''' </big>
<br><br>