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!)
A371427 Expansion of (1/x) * Series_Reversion( x / ((1+x)^2 - x^4) ). 1
1, 2, 5, 14, 41, 122, 363, 1066, 3046, 8300, 20791, 43738, 51297, -174406, -1825027, -10480330, -50143510, -218385772, -895007802, -3504952380, -13214355159, -48116028934, -169216483595, -573113441834, -1856620607526, -5675964306988, -15927363432481 (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(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, (-1)^k*binomial(n+1, k)*binomial(2*n-2*k+2, n-4*k))/(n+1);
CROSSREFS
Cf. A369158.
Sequence in context: A116845 A307466 A116849 * A123183 A007051 A124302
KEYWORD
sign
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 July 27 07:48 EDT 2024. Contains 374642 sequences. (Running on oeis4.)