This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A374654 #10 Jul 28 2024 17:06:21 %S A374654 3,6,24,120,960,11520,218880,6566400,315187200,24269414400, %T A374654 3009407385600,601881477120000,194407717109760000, %U A374654 101480828331294720000,85649819111612743680000,116912003087351395123200000,258141702816871880432025600000 %N A374654 a(n) = Product_{k=0..n} L(k)+1, where L=A000032 (Lucas numbers). %F A374654 a(n) = Product_{k=0..n} L(k)+1, where L=A000032 (Lucas numbers). %t A374654 w[n_] := Product[LucasL[k] + 1, {k, 0, n}] %t A374654 Table[w[n], {n, 0, 20}] %Y A374654 Cf. A000032, A000142, A003266, A070825, A082480, A135407, A374655. %K A374654 nonn %O A374654 0,1 %A A374654 _Clark Kimberling_, Jul 25 2024