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!)
A369078 Expansion of (1/x) * Series_Reversion( x * (1+x^2/(1-x))^3 ). 2
1, 0, -3, -3, 21, 54, -157, -828, 816, 11684, 5352, -151407, -288759, 1737498, 6671607, -15789371, -122051205, 58021488, 1935857500, 1977087345, -26913144267, -70826569596, 314853424458, 1586212109946, -2594198888498, -29124507344868, -2575010176581 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/2)} (-1)^k * binomial(3*n+k+2,k) * binomial(n-k-1,n-2*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1+x^2/(1-x))^3)/x)
(PARI) a(n, s=2, t=3, u=-3) = sum(k=0, n\s, (-1)^k*binomial(t*(n+1)+k-1, k)*binomial((t+u+1)*(n+1)-(s-1)*k-2, n-s*k))/(n+1);
CROSSREFS
Cf. A369013.
Sequence in context: A172485 A230647 A130723 * A209528 A369751 A214778
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jan 12 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 September 8 22:43 EDT 2024. Contains 375759 sequences. (Running on oeis4.)