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!)
A364865 G.f. satisfies A(x) = 1 + x*A(x)^4 / (1 + x*A(x)^4). 4
1, 1, 3, 11, 43, 170, 657, 2392, 7675, 17603, -11898, -529678, -4783303, -33099464, -201744488, -1130700432, -5917753701, -28985131575, -131668554663, -540199800203, -1862208441834, -4014999475540, 10784817197302, 222255824910088, 1973412557775753 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^k * 2^(n-k) * binomial(n,k) * binomial(4*n+k+1,n) / (4*n+k+1).
a(n) = (1/n) * Sum_{k=0..n-1} (-2)^k * binomial(n,k) * binomial(5*n-k,n-1-k) for n > 0.
a(n) = (1/n) * Sum_{k=1..n} (-1)^(n-k) * binomial(n,k) * binomial(4*n,k-1) for n > 0.
PROG
(PARI) a(n) = sum(k=0, n, (-1)^k*2^(n-k)*binomial(n, k)*binomial(4*n+k+1, n)/(4*n+k+1));
CROSSREFS
Sequence in context: A246758 A342632 A084643 * A302705 A007583 A356281
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 11 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 21 14:18 EDT 2024. Contains 372738 sequences. (Running on oeis4.)