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!)
A369158 Expansion of (1/x) * Series_Reversion( x / ((1+x)^2+x^4) ). 3
1, 2, 5, 14, 43, 142, 495, 1794, 6686, 25436, 98311, 384826, 1522283, 6075838, 24437937, 98956270, 403080170, 1650502292, 6790018182, 28050896964, 116322826479, 484029536374, 2020386475025, 8457397801150, 35495812337114, 149336478356692, 629685490668799 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} binomial(n+1,k) * binomial(2*n-2*k+2,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, binomial(n+1, k)*binomial(2*n-2*k+2, n-4*k))/(n+1);
CROSSREFS
Sequence in context: A005317 A126566 A112808 * A088927 A110489 A005425
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 12 15:24 EDT 2024. Contains 372482 sequences. (Running on oeis4.)