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!)
A366084 Expansion of (1/x) * Series_Reversion( x*(1-x)^3/(1-x-x^3) ). 2
1, 2, 7, 29, 132, 637, 3199, 16536, 87366, 469556, 2558610, 14100033, 78437805, 439838596, 2483300228, 14103794518, 80517436710, 461768157262, 2658979794811, 15366500638407, 89093023210674, 518064484263918, 3020484579372765, 17653011431832906 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} (-1)^k * binomial(n+1,k) * binomial(3*n-2*k+1,n-3*k).
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(n+1, k)*binomial(3*n-2*k+1, n-3*k))/(n+1);
CROSSREFS
Cf. A366052.
Sequence in context: A007852 A300048 A232971 * A368935 A110576 A074600
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 28 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 April 29 15:45 EDT 2024. Contains 372114 sequences. (Running on oeis4.)