OFFSET
1,1
COMMENTS
See A374848 for the definition of obverse convolution and a guide to related sequences. Conjecture: every positive integer divides a(n) for infinitely many n.
MATHEMATICA
s[n_] := n; t[n_] := Prime[n];
u[n_] := Product[s[k] + t[n + 1 - k], {k, 1, n}]
Table[u[n], {n, 1, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Aug 05 2024
STATUS
approved