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!)
A371435 Expansion of (1/x) * Series_Reversion( x * ((1-x)^3 + x^4) ). 3
1, 3, 15, 91, 611, 4368, 32590, 250821, 1976441, 15865465, 129275835, 1066438399, 8888818659, 74743312480, 633272709348, 5400983817990, 46330852036920, 399479717666693, 3460229824525809, 30095179524446946, 262722158090170570, 2301201197665717770 (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(4*n-k+2,n-4*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*((1-x)^3+x^4))/x)
(PARI) a(n) = sum(k=0, n\4, (-1)^k*binomial(n+k, k)*binomial(4*n-k+2, n-4*k))/(n+1);
CROSSREFS
Cf. A369161.
Sequence in context: A047019 A099251 A364740 * A366090 A171790 A006632
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 April 27 17:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)