login
Obverse convolution (2n+1)**A000032; see Comments.
1

%I #5 Sep 11 2024 13:36:05

%S 3,10,112,1620,39424,1404000,75841920,6112753920,742328893440,

%T 136268470800000,38081363493888000,16296693648238080000,

%U 10743612584546575319040,10968661020433308192000000,17425075496868344523423744000,43253347261338355732569538560000

%N Obverse convolution (2n+1)**A000032; see Comments.

%C See A374848 for the definition of obverse convolution and a guide to related sequences.

%t s[n_] := 2 n + 1; t[n_] := LucasL[n];

%t u[n_] := Product[s[k] + t[n - k], {k, 0, n}]

%t Table[u[n], {n, 0, 20}]

%Y Cf. A005408, A000032, A374848.

%K nonn

%O 0,1

%A _Clark Kimberling_, Aug 28 2024