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”).

A111781
Eighth column (m=7) of unsigned triangle A111595.
0
1, 56, 2052, 63000, 1777050, 48149640, 1284709140, 34260506280, 921799753875, 25175488338000, 700755564108600, 19932553764723600, 580406741946731700, 17320767850295910000, 530112107596146075000, 16645556950225160958000
OFFSET
7,2
FORMULA
E.g.f. (1/sqrt(1-x^2))*((x/(1-x))^7)/7!.
a(n)=(n!/7!)*sum(binomial(2*k, k)*binomial(n-2*k-1, 6)/(4^k), k=0..floor((n-7)/2)), n>=7.
CROSSREFS
Sequence in context: A332859 A004387 A111597 * A221398 A280803 A124101
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Aug 23 2005
STATUS
approved