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!)
A371432 Expansion of (1/x) * Series_Reversion( x * ((1-x)^2 + x^4) ). 1
1, 2, 7, 30, 142, 714, 3740, 20178, 111325, 625042, 3559101, 20502014, 119249277, 699330360, 4130235408, 24543145310, 146629131642, 880184547880, 5305961255490, 32107022363150, 194947974895960, 1187354222296110, 7252099548616320, 44408257163905050 (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+k,k) * binomial(3*n-2*k+1,n-4*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*((1-x)^2+x^4))/x)
(PARI) a(n) = sum(k=0, n\4, (-1)^k*binomial(n+k, k)*binomial(3*n-2*k+1, n-4*k))/(n+1);
CROSSREFS
Cf. A369160.
Sequence in context: A186858 A360102 A369441 * A366089 A368936 A260771
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 June 6 07:26 EDT 2024. Contains 373115 sequences. (Running on oeis4.)