The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A361817 Expansion of 1/sqrt(1 - 4*x*(1-x)^4). 3
1, 2, -2, -16, -10, 118, 304, -500, -3754, -2488, 30866, 83716, -135568, -1080972, -792876, 9090484, 25788118, -39325156, -335074520, -271779024, 2820643842, 8348113120, -11788972644, -107836934448, -96107852032, 900943403012, 2778574561276, -3596374190416 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(2*k,k) * binomial(4*k,n-k).
n*a(n) = 2 * ( (2*n-1)*a(n-1) - 4*(2*n-2)*a(n-2) + 6*(2*n-3)*a(n-3) - 4*(2*n-4)*a(n-4) + (2*n-5)*a(n-5) ) for n > 4.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(1/sqrt(1-4*x*(1-x)^4))
CROSSREFS
Cf. A361813.
Sequence in context: A112327 A152541 A302339 * A093114 A016740 A353915
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 May 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)