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!)
A106192 Expansion of sqrt(1-4x)/(1-x^2). 2
1, -2, -1, -6, -11, -34, -95, -298, -953, -3158, -10677, -36750, -128249, -452774, -1614049, -5801654, -21003739, -76516994, -280293319, -1031794394, -3814819699, -14160035234, -52747353739, -197125162514, -738866581039, -2776933457162, -10462759383943 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Diagonal sums of number triangle A106190.
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(2*(n-2*k), n-2*k)/(1-2*(n-2*k)).
D-finite with recurrence: n*a(n) +2*(-2*n+3)*a(n-1) -n*a(n-2) +2*(2*n-3)*a(n-3)=0. - R. J. Mathar, Nov 28 2014
MATHEMATICA
CoefficientList[Series[Sqrt[1-4x]/(1-x^2), {x, 0, 30}], x] (* Harvey P. Dale, Apr 24 2012 *)
CROSSREFS
Cf. A106190.
Sequence in context: A039795 A283746 A049949 * A113025 A113216 A303986
KEYWORD
easy,sign
AUTHOR
Paul Barry, Apr 24 2005
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 23 07:11 EDT 2024. Contains 371905 sequences. (Running on oeis4.)