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 A098356 #23 Dec 11 2020 17:15:39 %S A098356 0,0,0,0,1,0,0,1,1,0,0,2,1,2,0,0,3,2,2,3,0,0,5,3,4,3,5,0,0,8,5,6,6,5, %T A098356 8,0,0,13,8,10,9,10,8,13,0,0,21,13,16,15,15,16,13,21,0,0,34,21,26,24, %U A098356 25,24,26,21,34,0,0,55,34,42,39,40,40,39,42,34,55,0,0,89,55,68,63,65,64,65 %N A098356 Multiplication table of the Fibonacci numbers read by antidiagonals. %C A098356 Same as triangle T(n,k) = F(n)-F(k)*F(n-k+1), read by rows, F(i) = A000045(i). - _Dale Gerdemann_, Apr 24 2016 %H A098356 Michael De Vlieger, <a href="/A098356/b098356.txt">Table of n, a(n) for n = 0..11324</a> (rows 0 <= n <= 149, flattened) %F A098356 T(n,k) = T(k,n) = A000045(n)*A000045(k) = A143211(n,k). - _R. J. Mathar_, Dec 11 2020 %e A098356 Table begins: %e A098356 0 0 0 0 0 0 0 0 0 ... %e A098356 0 1 1 2 3 5 8 13 21... %e A098356 0 1 1 2 3 5 8 13 21... %e A098356 0 2 2 4 6 10 16 26 42... %e A098356 0 3 3 6 9 15 24 39 63... %e A098356 0 5 5 10 15 25 40 65 105... %e A098356 0 8 8 16 24 40 64 104 168... %e A098356 0 13 13 26 39 65 104 169 273... %e A098356 0 21 21 42 63 105 168 273 441... %t A098356 Table[Fibonacci[n] - Fibonacci[k]*Fibonacci[n - k + 1], {n, 13}, {k, n}] // Flatten (* _Michael De Vlieger_, Dec 11 2020 *) %Y A098356 Cf. A003991, A058071, A001629 (antidiagonal sums). %K A098356 nonn,tabl,easy %O A098356 0,12 %A A098356 Douglas Stones (dssto1(AT)student.monash.edu.au), Sep 04 2004