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!)
A364761 G.f. satisfies A(x) = 1 / (1 + x*(1 + x*A(x))^3). 3
1, -1, -2, 5, 12, -41, -89, 391, 733, -4051, -6320, 44120, 54990, -496406, -465932, 5710408, 3637847, -66714699, -22683218, 787957397, 35371351, -9376925921, 2356626520, 112147043475, -61910867756, -1345231820826, 1158452138826, 16156200619772 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} (-1)^k * binomial(n+1,k) * binomial(3*k,n-k).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^k*binomial(n+1, k)*binomial(3*k, n-k))/(n+1);
CROSSREFS
Cf. A364742.
Sequence in context: A203151 A140440 A005664 * A009739 A062272 A215789
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 August 28 05:00 EDT 2024. Contains 375477 sequences. (Running on oeis4.)