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!)
A374506 Expansion of 1/(1 - 2*x - 3*x^2)^(7/2). 0
1, 7, 42, 210, 966, 4158, 17094, 67782, 261261, 983983, 3635632, 13217568, 47393892, 167919948, 588772152, 2045481480, 7048466271, 24111291897, 81939285582, 276810647190, 930096277110, 3109797881190, 10350813392010, 34309326304890, 113288127469335 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1, a(1) = 7; a(n) = ((2*n+5)*a(n-1) + 3*(n+5)*a(n-2))/n.
a(n) = (binomial(n+6,3)/20) * Sum_{k=0..floor(n/2)} binomial(n+3,n-2*k) * binomial(2*k+3,k).
a(n) = Pochhammer(n+1, 6)*hypergeom([(1-n)/2, -n/2], [4], 4)/6!. - Stefano Spezia, Jul 10 2024
MATHEMATICA
a[n_]:= Pochhammer[n+1, 6]*Hypergeometric2F1[(1-n)/2, -n/2, 4, 4]/6!; Array[a, 25, 0] (* Stefano Spezia, Jul 10 2024 *)
PROG
(PARI) a(n) = binomial(n+6, 3)/20*sum(k=0, n\2, binomial(n+3, n-2*k)*binomial(2*k+3, k));
CROSSREFS
Sequence in context: A092072 A319890 A319871 * A261482 A215226 A349427
KEYWORD
nonn,new
AUTHOR
Seiichi Manyama, Jul 09 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 14 13:51 EDT 2024. Contains 374318 sequences. (Running on oeis4.)