The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A105696 Expansion of (1-x)/sqrt((1-3*x)/(1+x)). 5
1, 1, 2, 6, 16, 44, 122, 342, 966, 2746, 7846, 22514, 64836, 187288, 542438, 1574666, 4580400, 13347324, 38956182, 113861922, 333226560, 976353876, 2863756158, 8407877394, 24707200854, 72663608178, 213864889770, 629893319902 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Apply the Riordan array (1-x,x/(1+x)) to C(2n,n).
LINKS
FORMULA
a(n) = A002426(n) - A002426(n-2).
a(n) = Sum_{k=0..floor(n/2)} ( 2*C(n-2, k)*C(n-k, k) ) - C(1, n).
Conjecture D-finite with recurrence: n*a(n) +(-3*n+2)*a(n-1) +(-n+2)*a(n-2) +3*(n-4)*a(n-3)=0. - R. J. Mathar, Jan 22 2020
a(n) ~ 4 * 3^(n - 3/2) / sqrt(Pi*n). - Vaclav Kotesovec, Nov 19 2021
MATHEMATICA
CoefficientList[Series[(1-x)/Sqrt[(1-3x)/(1+x)], {x, 0, 30}], x] (* Harvey P. Dale, Feb 12 2016 *)
PROG
(PARI) x='x+O('x^50); Vec((1-x)/sqrt((1-3*x)/(1+x))) \\ G. C. Greubel, Mar 02 2017
CROSSREFS
Cf. A002426.
Sequence in context: A105073 A002605 A026134 * A074413 A263897 A209629
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 17 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 May 18 23:43 EDT 2024. Contains 372666 sequences. (Running on oeis4.)