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!)
A200966 Expansion (1-sqrt(1-4*x))/(2*(1-x^4-x)). 1
1, 2, 4, 9, 24, 68, 204, 642, 2096, 7026, 24026, 83454, 293562, 1043488, 3741954, 13520253, 49171485, 179859763, 661240417, 2442023860, 9055315765, 33701442548, 125845246605, 471346884115, 1770306347204, 6665954191204, 25159152509961 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{i=0..(n-1)} (Sum_{j=0..(i/3)} binomial(i-3*j,j))*binomial(2*(n-i)-2,n-i-1))/(n-i)), n>0.
D-finite with recurrence: n*a(n) +n*a(n-1) +2*(30-13n)*a(n-2) +12*(2n-5)*a(n-3) -n*a(n-4) -2n*a(n-5) +12*(2n-5)*a(n-6)=0. - R. J. Mathar, Nov 26 2011
a(n) ~ 2^(2*n+6) / (191*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Jan 31 2014
MATHEMATICA
Rest[CoefficientList[Series[(1-Sqrt[1-4x])/(2(1-x^4-x)), {x, 0, 40}], x]] (* Harvey P. Dale, May 08 2013 *)
PROG
(Maxima)
a(n):=sum(((sum(binomial(i-3*j, j), j, 0, i/3))*binomial(2*(n-i)-2, n-i-1))/(n-i), i, 0, n-1);
(PARI) x='x+O('x^50); Vec((1-sqrt(1-4*x))/(2*(1-x^4-x))) \\ G. C. Greubel, May 27 2017
CROSSREFS
Sequence in context: A148081 A148082 A148083 * A148084 A156804 A081913
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Nov 25 2011
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 26 02:29 EDT 2024. Contains 371989 sequences. (Running on oeis4.)