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!)
A111778 Fifth column (m=4) of unsigned triangle A111595. 0
1, 20, 315, 4620, 67830, 1020600, 15961050, 260706600, 4461170175, 80002622700, 1503527550525, 29583578524500, 608837350621500, 13088359506222000, 293538127312930500, 6858722586405690000, 166752692881988338125 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,2
LINKS
FORMULA
E.g.f. (1/sqrt(1-x^2))*((x/(1-x))^4)/4!.
a(n)=(n!/4!)*sum(binomial(2*k, k)*binomial(n-2*k-1, 3)/(4^k), k=0..floor((n-4)/2)), n>=4.
Conjecture: (-n+4)*a(n) +4*n*a(n-1) +n*(n-1)^2*a(n-2)=0. - R. J. Mathar, Jun 08 2016
MATHEMATICA
With[{nn=30}, Drop[CoefficientList[Series[1/Sqrt[1-x^2] (x/(1-x))^4/4!, {x, 0, nn}], x] Range[0, nn]!, 4]] (* Harvey P. Dale, Apr 05 2015 *)
CROSSREFS
Sequence in context: A034094 A011197 A054621 * A024387 A307173 A101310
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 July 19 09:30 EDT 2024. Contains 374392 sequences. (Running on oeis4.)