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!)
A320825 Expansion of -(10*x^2 - 6*x + 1)*sqrt(1 - 4*x)/(3*x - 1)^2. 3
-1, 2, 1, 0, -3, -10, -17, 28, 435, 2710, 13489, 60392, 254211, 1028250, 4046977, 15621932, 59463209, 224047866, 838012755, 3118339056, 11563677321, 42790868982, 158180470803, 584617335420, 2161733579313, 8001589660746, 29660171058675, 110136151678696, 409773163539325 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = c(n)*h(n) where c(n) = Catalan(n)*((n-3)*(n+1))/((2*n-3)*(2*n-1)) and h(n) = hypergeom([1, -n], [5/2 - n], 3/4).
A320825(n) = A320826(n) + A320827(n).
D-finite with recurrence: n*a(n) +(-13*n+15)*a(n-1) +4*(16*n-37)*a(n-2) +2*(-71*n+245)*a(n-3) +60*(2*n-9)*a(n-4)=0. - R. J. Mathar, Jan 23 2020
MAPLE
c := n -> catalan(n)*(n-3)*(n+1)/((2*n-3)*(2*n-1)):
h := n -> hypergeom([1, -n], [5/2 - n], 3/4): A320825 := n -> c(n)*h(n):
seq(simplify(A320825(n)), n=0..28);
MATHEMATICA
CoefficientList[Series[-(10x^2 - 6x + 1) Sqrt[1 - 4x]/(3x - 1)^2, {x, 0, 28}], x]
PROG
(PARI) x='x+O('x^40); Vec(-(10*x^2-6*x+1)*sqrt(1-4*x)/(1-3*x)^2) \\ G. C. Greubel, Oct 27 2018
(Magma) m:=40; R<x>:=PowerSeriesRing(Rationals(), m); Coefficients(R!(-(10*x^2-6*x+1)*Sqrt(1-4*x)/(1-3*x)^2)); // G. C. Greubel, Oct 27 2018
CROSSREFS
Sequence in context: A153007 A090683 A356263 * A161552 A366592 A095859
KEYWORD
sign
AUTHOR
Peter Luschny, Oct 22 2018
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 April 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)