|
EXAMPLE
|
Self-convolution = the Robbins sequence, A005130: (1, 2, 7, 42, 429, 7436,...).
Example: A005130(4) = 42 = (1, 1, 3, 18) dot (18, 3, 1, 1) = (18 + 3 + 3 + 18).
The reversed procedure given (1, 2, 7, 42,...) for a(4) = 18 =
(1/2 * (42 - 2*a(3)) = 1/2 * 36 = 18.
|