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!)
A369123 Expansion of (1/x) * Series_Reversion( x * ((1-x)^2+x^2) ). 2
1, 2, 6, 20, 68, 224, 672, 1584, 880, -22880, -215072, -1414400, -8012032, -41344000, -198120448, -884348160, -3640426752, -13403384320, -40424947200, -65476561920, 329862128640, 4603911045120, 35276325027840, 221747978649600, 1244854463643648 (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(n+k,k) * binomial(3*n+1,n-2*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*((1-x)^2+x^2))/x)
(PARI) a(n) = sum(k=0, n\2, (-1)^k*binomial(n+k, k)*binomial(3*n+1, n-2*k))/(n+1);
CROSSREFS
Sequence in context: A148475 A148476 A148477 * A027063 A291005 A027065
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jan 13 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 4 07:22 EDT 2024. Contains 372230 sequences. (Running on oeis4.)