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!)
A375259 Expansion of (1 - 3*x + 6*x^2 - 4*x^3)/(1 - 2*x - 3*x^2)^(9/2). 3
1, 6, 42, 224, 1134, 5292, 23562, 100584, 415701, 1671670, 6570564, 25325664, 95982068, 358442280, 1321336152, 4815108288, 17367199983, 62063418186, 219942717918, 773542367136, 2701767769470, 9376778431020, 32353614992790, 111032853586200, 379152389532735 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (binomial(n+5,4)/5) * Sum_{k=0..floor(n/2)} binomial(n+1,n-2*k) * binomial(2*k+1,k).
a(n) = (binomial(n+5,4)/5) * A005717(n+1).
a(n) = ((n+5)/(n*(n+2))) * ((2*n+1)*a(n-1) + 3*(n+4)*a(n-2)).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec((1-3*x+6*x^2-4*x^3)/(1-2*x-3*x^2)^(9/2))
CROSSREFS
Column k=5 of A091869 (with a different offset).
Sequence in context: A054642 A082139 A180286 * A054613 A270239 A229473
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 08 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 September 15 03:41 EDT 2024. Contains 375931 sequences. (Running on oeis4.)