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!)
A366364 G.f. satisfies A(x) = (1 + x/A(x)^2)/(1 - x). 11
1, 2, -2, 14, -70, 426, -2714, 18118, -124814, 881042, -6339058, 46318334, -342769750, 2563781690, -19350683018, 147197511222, -1127334112542, 8685458120226, -67270210217186, 523472089991662, -4090668558473318, 32088204418069450, -252576222775705466 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (-1)^(n-1) * Sum_{k=0..n} binomial(3*k-1,k) * binomial(2*k-1,n-k)/(3*k-1).
PROG
(PARI) a(n) = (-1)^(n-1)*sum(k=0, n, binomial(3*k-1, k)*binomial(2*k-1, n-k)/(3*k-1));
CROSSREFS
Cf. A366357.
Sequence in context: A321179 A345370 A166114 * A202730 A292080 A333372
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 08 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 8 13:24 EDT 2024. Contains 372333 sequences. (Running on oeis4.)