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!)
A369156 Expansion of (1/x) * Series_Reversion( x / ((1+x)^4-x^4) ). 2
1, 4, 22, 140, 968, 7064, 53544, 417456, 3326304, 26967040, 221733568, 1844667136, 15498804480, 131325820032, 1120928667264, 9628975973120, 83181462291968, 722175844640768, 6297942966129664, 55143987250677760, 484589284705202176, 4272491458636754944 (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+1,k) * binomial(4*n-4*k+4,n-4*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x/((1+x)^4-x^4))/x)
(PARI) a(n) = sum(k=0, n\4, (-1)^k*binomial(n+1, k)*binomial(4*n-4*k+4, n-4*k))/(n+1);
CROSSREFS
Sequence in context: A325453 A216712 A240586 * A002293 A181784 A369126
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 15 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 5 07:46 EDT 2024. Contains 372257 sequences. (Running on oeis4.)