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.

A099608 Table of crystal ball sequences for A_n lattices read by antidiagonals.

Original entry on oeis.org

1, 1, 1, 1, 3, 1, 1, 5, 7, 1, 1, 7, 19, 13, 1, 1, 9, 37, 55, 21, 1, 1, 11, 61, 147, 131, 31, 1, 1, 13, 91, 309, 471, 271, 43, 1, 1, 15, 127, 561, 1251, 1281, 505, 57, 1, 1, 17, 169, 923, 2751, 4251, 3067, 869, 73, 1, 1, 19, 217, 1415, 5321, 11253, 12559, 6637, 1405, 91, 1
Offset: 0

Views

Author

Michael Somos, Oct 25 2004

Keywords

Comments

Row reverse of A108625. - Peter Bala, Jul 18 2008

Crossrefs

T(n, n)=A005258(n), T(2n, n)=A099601(n).
Cf. A108625.

Programs

  • PARI
    T(n,k)=sum(j=0,min(n,k),binomial(n+j,j)*binomial(n,j)*binomial(k,j))

Formula

T(n, k)=hypergeom([n+1, -n, -k], [1, 1], 1).