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!)
A363818 G.f. satisfies A(x) = (1 + x/A(x)^2)/(1 - x)^2. 2
1, 3, -1, 24, -125, 924, -6895, 54181, -438737, 3639655, -30769033, 264122781, -2296010693, 20171456222, -178818115155, 1597550237324, -14369097515939, 130010781029079, -1182520161325459, 10806114831458755, -99163805247182631, 913441732959868748 (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*(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*(2*k-1), n-k)/(3*k-1));
CROSSREFS
Sequence in context: A138654 A175289 A072271 * A309397 A193472 A259208
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 18 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 16:29 EDT 2024. Contains 372340 sequences. (Running on oeis4.)