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.

A107866 Column 0 of triangle A107865.

Original entry on oeis.org

1, -1, -1, -7, -77, -1145, -21410, -481683, -12655196, -379998938, -12830421321, -480984691304, -19816691903510, -889846823832596, -43247136243424267, -2261480610502143020, -126596066994553497948, -7553154370244179931495, -478456478496821309024061
Offset: 0

Views

Author

Paul D. Hanna, Jun 04 2005

Keywords

Crossrefs

Programs

  • PARI
    {a(n)=(matrix(n+1,n+1,r,c,if(r>=c, binomial((r-1)*(r-2)/2-(c-1)*(c-2)/2+r-c,r-c)))^-1)[n+1,1]}