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!)
A178693 Numerators of coefficients of Maclaurin series for 2 - sqrt(1 - x - x^2). 4
1, 1, 5, 5, 45, 95, 465, 1165, 24445, 65595, 359915, 1003315, 11342185, 32415435, 187063145, 544172445, 25508284445, 75196195795, 445774614215, 1327748661015, 15887874844835, 47715177777185, 287618252461095, 869652752181595 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Every term after the second is a multiple of 5.
REFERENCES
M. Kauers and P. Paule, The Concrete Tetrahedron, Springer 2011, p. 41.
LINKS
FORMULA
G.f.: 2 - sqrt(1 - x - x^2) for the fractions (not the numerators).
EXAMPLE
The Maclaurin series begins with 1 + (1/2)*x + (5/8)*x^2 + (5/16)*x^3 + ....
MATHEMATICA
Numerator[CoefficientList[Series[2-Sqrt[1-x-x^2], {x, 0, 30}], x]] (* G. C. Greubel, Jan 25 2019 *)
PROG
(PARI) my(x='x+O('x^30)); v=Vec( 2-sqrt(1-x-x^2) ); vector(#v, n, numerator(v[n])) \\ G. C. Greubel, Jan 25 2019
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!( 2-Sqrt(1-x-x^2) )); [Numerator(Factorial(n-1)*b[n]): n in [1..m]]; // G. C. Greubel, Jan 25 2019
CROSSREFS
Cf. A178694.
Cf. A046161 (denominators).
Sequence in context: A270210 A271117 A271297 * A065238 A196388 A073128
KEYWORD
nonn,frac
AUTHOR
Clark Kimberling, Jun 04 2010
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 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)