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.

A099236 Sums of antidiagonals of A099233.

Original entry on oeis.org

1, 2, 3, 5, 9, 18, 39, 91, 226, 594, 1643, 4763, 14419, 45444, 148714, 504150, 1766930, 6390720, 23815168, 91306968, 359694457, 1454213026, 6027213531, 25583995337, 111118605583, 493407322280, 2238131105770, 10363617299670, 48954143141361
Offset: 0

Views

Author

Paul Barry, Oct 08 2004

Keywords

Formula

a(n)=sum{j=0..n, sum{k=0..n-j, binomial(j(n-j-k), k)}}