cp's OEIS Frontend

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.

A374865 Obverse convolution A000045**A000032; see Comments.

This page as a plain text file.
%I A374865 #5 Sep 11 2024 13:35:46
%S A374865 2,3,18,128,2100,61600,3732480,449880480,111021510600,55916730777600,
%T A374865 57813913372723200,122742264040428032000,535797463154791219200000,
%U A374865 4810427190599491339840000000,88856328051357049141036014736800,3377300175611111321142254817509376000
%N A374865 Obverse convolution A000045**A000032; see Comments.
%C A374865 See A374848 for the definition of obverse convolution and a guide to related sequences.
%t A374865 s[n_] := Fibonacci[n]; t[n_] := LucasL[n];
%t A374865 u[n_] := Product[s[k] + t[n - k], {k, 0, n}]
%t A374865 Table[u[n], {n, 0, 20}]
%Y A374865 Cf. A000032, A000045, A374848.
%K A374865 nonn
%O A374865 0,1
%A A374865 _Clark Kimberling_, Aug 28 2024