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!)
A364051 G.f. satisfies A(x) = 1 + x*A(x)^2 / (1 + x*A(x)^5). 3
1, 1, 1, -3, -21, -41, 166, 1460, 3445, -13503, -136721, -364412, 1285021, 14694643, 43144726, -132548857, -1709480698, -5456400119, 14285376285, 209281385564, 720201663662, -1572818128366, -26541960203077, -97918748134874, 173825501585400, 3453517916428141 (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(2*n+3*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(2*n+3*k, n-1-k))/n);
CROSSREFS
Cf. A364740.
Sequence in context: A056387 A056377 A146712 * A318549 A217000 A360316
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 September 16 23:59 EDT 2024. Contains 375984 sequences. (Running on oeis4.)