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!)
A361792 Expansion of 1/sqrt(1 - 4*x/(1+x)^6). 7
1, 2, -6, -10, 66, 60, -750, -236, 8682, -2098, -100792, 80286, 1162458, -1603412, -13225764, 26767020, 147428498, -409582818, -1596563202, 5941802122, 16587101544, -83014131140, -161717252990, 1126247965980, 1411774064970, -14905602076350 (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(n+5*k-1,n-k).
n*a(n) = -( (3*n-5)*a(n-1) + (17*n-24)*a(n-2) + 35*(n-3)*a(n-3) + 35*(n-4)*a(n-4) + 21*(n-5)*a(n-5) + 7*(n-6)*a(n-6) + (n-7)*a(n-7) ) for n > 6.
a(0) = 1; a(n) = (2/n) * Sum_{k=0..n-1} (-1)^(n-1-k) * (n+k) * binomial(n+4-k,5) * a(k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(1/sqrt(1-4*x/(1+x)^6))
CROSSREFS
Cf. A360132.
Sequence in context: A095107 A115113 A163788 * A324547 A093880 A080397
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 24 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 7 21:53 EDT 2024. Contains 372317 sequences. (Running on oeis4.)