[go: up one dir, main page]

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!)
A278596 a(n) = Sum_{k=0..n} binomial(k+n+3,k)*binomial(2*n+1,n-k). 1
1, 8, 61, 462, 3504, 26664, 203632, 1560416, 11994112, 92445184, 714258944, 5530504192, 42905149440, 333427783680, 2595170856960, 20227227279360, 157854186209280, 1233319675822080, 9646098160680960, 75517231288811520 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000 (terms 0..282 from Carauleanu Marc)
FORMULA
G.f.: (sqrt(1-8*x)+3)^2/(2*(sqrt(1-8*x)+1)^3*sqrt(1-8*x)).
a(n) ~ 9*2^(3*n-1)/sqrt(Pi*n). - Ilya Gutkovskiy, Nov 23 2016
MATHEMATICA
CoefficientList[Series[(Sqrt[1 - 8*x] + 3)^2/(2*(Sqrt[1 - 8*x] + 1)^3* Sqrt[1 - 8*x]), {x, 0, 50}], x] (* G. C. Greubel, Apr 09 2017 *)
PROG
(Maxima)
taylor((sqrt(1-8*x)+3)^2/(2*(sqrt(1-8*x)+1)^3*sqrt(1-8*x)), x, 0, 10);
(PARI) x='x+O('x^50); Vec((sqrt(1-8*x)+3)^2/(2*(sqrt(1-8*x) +1)^3*sqrt(1 -8*x))) \\ G. C. Greubel, Apr 09 2017
CROSSREFS
Sequence in context: A283852 A283410 A081907 * A190976 A254602 A363571
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Nov 23 2016
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 August 30 15:13 EDT 2024. Contains 375545 sequences. (Running on oeis4.)