OFFSET
0,2
COMMENTS
See A374848 for the definition of obverse convolution and a guide to related sequences.
MATHEMATICA
s[n_] := n^2; t[n_] := 2^n;
u[n_] := Product[s[k] + t[n - k], {k, 0, n}]
Table[u[n], {n, 0, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Sep 13 2024
STATUS
approved