login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111782 Ninth column (m=8) of unsigned triangle A111595. 0
1, 72, 3285, 122760, 4138695, 132046200, 4096887795, 125691766200, 3854667766950, 119027264756400, 3719190784859550, 118004440103550000, 3811105656937829250, 125500234402721178000, 4218813452749267622250 (list; graph; refs; listen; history; text; internal format)
OFFSET
8,2
LINKS
FORMULA
E.g.f. (1/sqrt(1-x^2))*((x/(1-x))^8)/8!.
a(n)=(n!/8!)*sum(binomial(2*k, k)*binomial(n-2*k-1, 7)/(4^k), k=0..floor((n-8)/2)), n>=8.
MATHEMATICA
Drop[With[{nn=30}, CoefficientList[Series[1/Sqrt[1-x^2] (x/(1-x))^8/8!, {x, 0, nn}], x] Range[ 0, nn]!], 8] (* Harvey P. Dale, Nov 17 2022 *)
CROSSREFS
Sequence in context: A004389 A111598 A116312 * A060507 A238772 A225831
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Aug 23 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 19 13:17 EDT 2024. Contains 375302 sequences. (Running on oeis4.)