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!)
A279778 Coefficients in the expansion of 1/([r] + [2r]x + [3r]x^2 + ...); [ ] = floor, r = 6/5. 5
1, -2, 1, 0, -1, 3, -3, 1, 1, -5, 9, -7, 1, 7, -19, 25, -15, -5, 33, -63, 65, -25, -43, 129, -191, 155, -7, -215, 449, -537, 317, 201, -879, 1435, -1391, 433, 1281, -3193, 4261, -3215, -415, 5755, -10647, 11737, -6015, -6585, 22157, -33031, 29489, -5445 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/([r] + [2r]x + [3r]x^2 + ...); [ ] = floor, r = 6/5.
G.f.: (1 - x) (1 - x^5)/(1 + x + x^2 + x^3 + 2 x^4).
MATHEMATICA
z = 50; f[x_] := f[x] = Sum[Floor[(6/5)*(k + 1)] x^k, {k, 0, z}]; f[x]
CoefficientList[Series[1/f[x], {x, 0, z}], x]
LinearRecurrence[{-1, -1, -1, -2}, {1, -2, 0, -1, 3, -3}, 50] (* Harvey P. Dale, Mar 11 2024 *)
CROSSREFS
Sequence in context: A247919 A127839 A017827 * A094266 A286335 A291652
KEYWORD
sign,easy
AUTHOR
Clark Kimberling, Dec 18 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 May 18 15:21 EDT 2024. Contains 372663 sequences. (Running on oeis4.)