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!)
A368970 Expansion of (1/x) * Series_Reversion( x * (1-x+x^3)^2 ). 4
1, 2, 7, 28, 121, 546, 2531, 11934, 56867, 272580, 1309505, 6285630, 30057195, 142754008, 671062828, 3108766166, 14108600499, 62170980416, 262108536781, 1027886900446, 3509371721163, 8204350476210, -12172347463045, -361684831407060, -3497893818262311 (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(2*n+k+1,k) * binomial(3*n-2*k+1,n-3*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1-x+x^3)^2)/x)
(PARI) a(n, s=3, t=2, u=0) = 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
Sequence in context: A150658 A026770 A241371 * A010683 A276852 A352861
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jan 10 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 18 19:23 EDT 2024. Contains 372665 sequences. (Running on oeis4.)