login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A369503 Expansion of (1/x) * Series_Reversion( x / ((1+x)^2+x^2)^2 ). 3

%I #7 Jan 25 2024 07:49:40

%S 1,4,24,168,1284,10384,87360,756704,6703168,60444928,552990592,

%T 5120101760,47887472000,451759449600,4293634467840,41073654689280,

%U 395170166443008,3821262491103232,37118973530660864,362035991963869184,3544080121528001536

%N Expansion of (1/x) * Series_Reversion( x / ((1+x)^2+x^2)^2 ).

%H <a href="/index/Res#revert">Index entries for reversions of series</a>

%F a(n) = (1/(n+1)) * Sum_{k=0..floor(n/2)} binomial(2*n+2,k) * binomial(4*n-2*k+4,n-2*k).

%o (PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x/((1+x)^2+x^2)^2)/x)

%o (PARI) a(n) = sum(k=0, n\2, binomial(2*n+2, k)*binomial(4*n-2*k+4, n-2*k))/(n+1);

%Y Cf. A369502, A369504.

%K nonn

%O 0,2

%A _Seiichi Manyama_, Jan 25 2024

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 09:46 EDT 2024. Contains 375999 sequences. (Running on oeis4.)