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!)
A188622 Row sums of the Riordan matrix (1/sqrt(1-4*x), x/(1-x)) (A187888). 1
1, 3, 10, 34, 118, 418, 1508, 5524, 20486, 76722, 289580, 1099836, 4198396, 16093236, 61902472, 238805864, 923574598, 3579675026, 13900879132, 54071886764, 210645038548, 821701422716, 3209243934712, 12547819633304, 49109812222108, 192382627198868 (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..100 from Vincenzo Librandi)
FORMULA
D-finite with recurrence: (n+3)*a(n+3) - (7*n+17)*a(n+2) + 2*(7*n+12)*a(n+1) - 4*(2*n+1)*a(n) = 0.
G.f.: (1-x)/((1-2*x)*sqrt(1-4*x)).
MATHEMATICA
CoefficientList[Series[(1-x)/((1-2x)Sqrt[1-4x]), {x, 0, 30}], x] (* Harvey P. Dale, Oct 25 2016 *)
PROG
(Maxima) a(n):=at(diff((1-x)/((1-2*x)*sqrt(1-4*x)), x, n), x=0)/n!;
makelist(a(n), n, 0, 24);
(PARI) x='x+O('x^30); Vec((1-x)/((1-2*x)*sqrt(1-4*x))) \\ G. C. Greubel, Nov 01 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); Coefficients(R!((1-x)/((1-2*x)*Sqrt(1-4*x)))); // G. C. Greubel, Nov 01 2018
CROSSREFS
Sequence in context: A136439 A371819 A178578 * A047017 A026616 A306409
KEYWORD
nonn,easy
AUTHOR
Emanuele Munarini, Apr 06 2011
EXTENSIONS
More terms from Harvey P. Dale, Oct 25 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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)