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.

A111783 Tenth column (m=9) of unsigned triangle A111595.

Original entry on oeis.org

1, 90, 5005, 223740, 8886735, 329819490, 11775438675, 411859047600, 14282642924550, 495142102154700, 17259324931198350, 607418587742967000, 21648370208790575250, 783042495355599979500, 28791389550204705674250
Offset: 9

Views

Author

Wolfdieter Lang, Aug 23 2005

Keywords

Formula

E.g.f. (1/sqrt(1-x^2))*((x/(1-x))^9)/9!.
a(n)=(n!/9!)*sum(binomial(2*k, k)*binomial(n-2*k-1, 8)/(4^k), k=0..floor((n-9)/2)), n>=9.