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!)
A126987 Expansion of 1/(1+5*x*c(x)), c(x) the g.f. of Catalan numbers A000108. 7
1, -5, 20, -85, 350, -1470, 6090, -25485, 105830, -442150, 1838240, -7673330, 31923220, -133186760, 554325750, -2311919325, 9624918150, -40133290350, 167114005800, -696706389750, 2901470571300, -12094930814100, 50375156502900, -209972720898450, 874600454065500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Hankel transform is (-5)^n.
LINKS
FORMULA
a(n) = Sum_{k=0..n} A039599(n,k)*(-6)^k.
G.f.: 2/(7 - 5*sqrt(1-4*x)). - G. C. Greubel, May 29 2019
MAPLE
c:=(1-sqrt(1-4*x))/2/x: ser:=series(1/(1+5*x*c), x=0, 27): seq(coeff(ser, x, n), n=0..24); # Emeric Deutsch, Mar 23 2007
MATHEMATICA
CoefficientList[Series[2/(7-5*Sqrt[1-4*x]), {x, 0, 30}], x] (* G. C. Greubel, May 29 2019 *)
PROG
(PARI) my(x='x+O('x^30)); Vec(2/(7-5*sqrt(1-4*x))) \\ G. C. Greubel, May 29 2019
(Magma) R<x>:=PowerSeriesRing(Rationals(), 30); Coefficients(R!( 2/(7 - 5*Sqrt(1-4*x)) )); // G. C. Greubel, May 29 2019
(Sage) (2/(7-5*sqrt(1-4*x))).series(x, 30).coefficients(x, sparse=False) # G. C. Greubel, May 29 2019
CROSSREFS
Sequence in context: A006231 A373340 A069007 * A152185 A152187 A341920
KEYWORD
sign
AUTHOR
Philippe Deléham, Mar 21 2007
EXTENSIONS
More terms from Emeric Deutsch, Mar 23 2007
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 9 09:08 EDT 2024. Contains 375035 sequences. (Running on oeis4.)