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!)
A368973 Expansion of (1/x) * Series_Reversion( x * (1-x) * (1-x+x^2)^2 ). 5
1, 3, 13, 65, 351, 1989, 11650, 69903, 427225, 2649229, 16622079, 105310673, 672687322, 4327037010, 28002409452, 182179075689, 1190778886791, 7815755146095, 51491064226095, 340374137775879, 2256891800364421, 15006481967365535, 100037043223408890 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/2)} (-1)^k * binomial(2*n+k+1,k) * binomial(4*n-k+2,n-2*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1-x)*(1-x+x^2)^2)/x)
(PARI) a(n, s=2, t=2, u=1) = 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. A368965.
Sequence in context: A106227 A352705 A352706 * A256332 A284715 A364473
KEYWORD
nonn
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 June 12 11:04 EDT 2024. Contains 373331 sequences. (Running on oeis4.)