login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A374876
Obverse convolution (n!)**A000032; see Comments.
1
3, 6, 32, 480, 36400, 15811200, 48402042480, 1206043046666640, 276580685164781030400, 652981562430940302718878720, 17542316699101442389453162362832320, 5863769800904933880463358889014242882022400, 26512736336116399269871416473897490370043694674400000
OFFSET
0,1
COMMENTS
See A374848 for the definition of obverse convolution and a guide to related sequences.
MATHEMATICA
s[n_] := n!; t[n_] := LucasL[n];
u[n_] := Product[s[k] + t[n - k], {k, 0, n}]
Table[u[n], {n, 0, 13}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Sep 13 2024
STATUS
approved