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!)
A279780 Coefficients in the expansion of 1/([r] + [2r]x + [3r]x^2 + ...); [ ] = floor, r = 8/5. 6
1, -3, 5, -9, 17, -30, 52, -90, 154, -262, 446, -758, 1286, -2182, 3702, -6278, 10646, -18054, 30614, -51910, 88022, -149254, 253078, -429126, 727638, -1233798, 2092054, -3547334, 6014934, -10199046, 17293718, -29323590, 49721686, -84309126, 142956310 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
If n > 4, then a(n) is even.
LINKS
FORMULA
G.f.: 1/([r] + [2r]x + [3r]x^2 + ...); [ ] = floor, r = 8/5.
G.f.: (1 - x) (1 - x^5)/(1 + 2 x + x^2 + 2 x^3 + 2 x^4).
MATHEMATICA
z = 50; f[x_] := f[x] = Sum[Floor[(8/5)*(k + 1)] x^k, {k, 0, z}]; f[x]
CoefficientList[Series[1/f[x], {x, 0, z}], x]
CROSSREFS
Sequence in context: A018162 A077879 A078140 * A289260 A279595 A288235
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 April 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)