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!)
A369102 Expansion of (1/x) * Series_Reversion( x * ((1-x)^4-x^4) ). 6
1, 4, 26, 204, 1772, 16408, 158752, 1585968, 16235472, 169423232, 1795611168, 19275231872, 209140483328, 2289981517312, 25271472702464, 280795784911616, 3138701648319744, 35270318924758016, 398215386792574464, 4515067063939210240, 51388662166213954560 (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+k,k) * binomial(5*n+3,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, binomial(n+k, k)*binomial(5*n+3, n-4*k))/(n+1);
CROSSREFS
Cf. A063021.
Sequence in context: A141381 A369124 A118971 * A124554 A321586 A206391
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 13 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 22 13:14 EDT 2024. Contains 374499 sequences. (Running on oeis4.)