OFFSET
1,2
COMMENTS
See A339282 for additional details.
EXAMPLE
In the following examples elements in series are juxtaposed and elements in parallel are separated by '|'.
a(2) = 2: (12), (1|2).
a(3) = 14: (112), (121), (122), (212), (1(1|2)), (1(2|2)), (2(1|1)), (2(1|2)), (1|12), (1|22), (2|11), (2|12), (1|1|2), (1|2|2).
PROG
(PARI) \\ See A339282 for R(n, k).
seq(n) = {R(n, 2) - 2*R(n, 1)}
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Nov 30 2020
STATUS
approved