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.

A102427 Triangle based on downward diagonals of A102426.

Original entry on oeis.org

1, 1, 1, 1, 3, 2, 1, 5, 4, 1, 1, 7, 6, 6, 3, 1, 9, 8, 15, 10, 1, 1, 11, 10, 28, 21, 10, 4, 1, 13, 12, 45, 36, 35, 20, 1, 1, 15, 14, 66, 55, 84, 56, 15, 5, 1, 17, 16, 91, 78, 165, 120, 70, 35, 1, 1, 19, 18, 120, 105, 286, 220, 210, 126, 21, 6
Offset: 0

Views

Author

Russell Walsmith, Jan 11 2005

Keywords

Crossrefs

Formula

T(n, k)=if(k<=n, binomial(floor((2n-k+2)/2)+n-k, floor((2n-k+1)/2)-n+k), 0) - Paul Barry, Jun 22 2005

Extensions

Corrected and extended by Paul Barry, Jun 22 2005