login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A111783
Tenth column (m=9) of unsigned triangle A111595.
0
1, 90, 5005, 223740, 8886735, 329819490, 11775438675, 411859047600, 14282642924550, 495142102154700, 17259324931198350, 607418587742967000, 21648370208790575250, 783042495355599979500, 28791389550204705674250
OFFSET
9,2
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.
CROSSREFS
Sequence in context: A281580 A369144 A111599 * A075918 A076010 A287021
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Aug 23 2005
STATUS
approved