The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371429 Expansion of (1/x) * Series_Reversion( x / ((1+x)^3 - x^4) ). 1
1, 3, 12, 55, 272, 1413, 7599, 41933, 236053, 1350093, 7822620, 45817390, 270815730, 1613300978, 9676131942, 58380176644, 354081959367, 2157570900137, 13201923181308, 81084900544971, 499711105642851, 3089163236655363, 19150916212748940, 119031956868317285 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} (-1)^k * binomial(n+1,k) * binomial(3*n-3*k+3,n-4*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x/((1+x)^3-x^4))/x)
(PARI) a(n) = sum(k=0, n\4, (-1)^k*binomial(n+1, k)*binomial(3*n-3*k+3, n-4*k))/(n+1);
CROSSREFS
Cf. A369159.
Sequence in context: A042971 A256142 A024038 * A361356 A007199 A179848
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 23 2024
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 22 02:24 EDT 2024. Contains 372741 sequences. (Running on oeis4.)