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!)
A364736 G.f. satisfies A(x) = 1 + x*A(x) / (1 + x*A(x)^3). 4
1, 1, 0, -3, -3, 17, 45, -90, -546, 130, 5832, 7074, -53625, -159214, 374517, 2419131, -728364, -30011530, -37519884, 307731042, 940757526, -2343385995, -15421126275, 5164279686, 203045257272, 255851517115, -2186669342070, -6760669947375, 17391580425180 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (1/n) * Sum_{k=0..n-1} (-1)^k * binomial(n,k) * binomial(n+2*k,n-1-k) for n > 0.
PROG
(PARI) a(n) = if(n==0, 1, sum(k=0, n-1, (-1)^k*binomial(n, k)*binomial(n+2*k, n-1-k))/n);
CROSSREFS
Cf. A300048.
Sequence in context: A014783 A090524 A215808 * A215076 A095106 A130184
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 05 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 1 00:18 EDT 2024. Contains 372143 sequences. (Running on oeis4.)