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!)
A364760 G.f. satisfies A(x) = 1 / (1 + x*(1 + x*A(x))^2). 3
1, -1, -1, 4, 1, -21, 14, 111, -195, -529, 1837, 1792, -14772, 2300, 105431, -126697, -657427, 1650427, 3285795, -16211352, -8308737, 135770125, -79748628, -990431659, 1700106664, 6098396204, -20258923714, -27342511804, 193913175511, 12018867589 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} (-1)^k * binomial(n+1,k) * binomial(2*k,n-k).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^k*binomial(n+1, k)*binomial(2*k, n-k))/(n+1);
CROSSREFS
Cf. A161634.
Sequence in context: A126457 A159841 A202550 * A142472 A360089 A299445
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 July 24 14:22 EDT 2024. Contains 374584 sequences. (Running on oeis4.)