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!)
A361815 Expansion of 1/sqrt(1 - 4*x*(1-x)^2). 5
1, 2, 2, -2, -14, -32, -30, 64, 346, 752, 584, -2044, -9486, -19324, -11368, 66180, 271658, 514916, 192584, -2151612, -7949736, -13933280, -1779028, 69933368, 235295106, 378579404, -61171228, -2267724644, -7003832456, -10248117752, 5236354188, 73288104568 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Diagonal of rational function 1/(1 - (1 - x*y) * (x + y)).
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(2*k,k) * binomial(2*k,n-k).
n*a(n) = 2 * ( (2*n-1)*a(n-1) - 2*(2*n-2)*a(n-2) + (2*n-3)*a(n-3) ) for n > 2.
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(1/sqrt(1-4*x*(1-x)^2))
CROSSREFS
Cf. A137635.
Sequence in context: A063898 A074052 A350599 * A349564 A129409 A352029
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 25 2023
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 28 18:07 EDT 2024. Contains 372092 sequences. (Running on oeis4.)