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!)
A127189 E.g.f.: sqrt((1+4*x)/(1+2*x)). 0
1, 1, -5, 39, -423, 5985, -105885, 2269575, -57475215, 1684565505, -56176247925, 2101511463975, -87163146984375, 3969387329933025, -196863216968342925, 10560219055989978375, -609129291476291961375, 37591662102746977850625, -2471292534125033454961125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
D-finite with recurrence: a(n) +(6*n-7)*a(n-1) +8*(n-1)*(n-2)*a(n-2)=0. - R. J. Mathar, Jan 25 2020
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sqrt[(1 + 4 x) / (1 + 2 x)], {x, 0, nn}], x] Range[0, nn]!] (* Vincenzo Librandi, Jan 26 2020 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Sqrt((1+4*x)/(1+2*x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // Vincenzo Librandi, Jan 26 2020
CROSSREFS
Sequence in context: A308939 A317618 A024216 * A121354 A122486 A187739
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Mar 26 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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)