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!)
A279628 Coefficients in the expansion of ([s] + [2s]x + [3s]x^2 + ...)/([r] + [2r]x + [3r]x^2 + ...); [ ] = floor, r = sqrt(2), s = sqrt(3). 2
1, 1, -1, -1, 2, 0, -1, 0, -1, 2, 2, -6, 3, 3, -8, 11, -4, -16, 30, -15, -24, 58, -55, -7, 108, -158, 58, 173, -357, 268, 170, -713, 831, -98, -1235, 2070, -1154, -1641, 4463, -4207, -894, 8392, -11527, 3917, 13077, -26782, 19818, 13765, -54309, 61370, -4901 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
G.f.: ([s] + [2s]x + [3s]x^2 + ...)/([r] + [2r]x + [3r]x^2 + ...); [ ] = floor, r = sqrt(2), s = sqrt(3).
MATHEMATICA
z = 100;
r = Sqrt[2]; f[x_] := f[x] = Sum[Floor[r*(k + 1)] x^k, {k, 0, z}];
s = Sqrt[3]; g[x_] := g[x] = Sum[Floor[s*(k + 1)] x^k, {k, 0, z}];
CoefficientList[Series[g[x]/f[x], {x, 0, z}], x]
CROSSREFS
Sequence in context: A230204 A325592 A161502 * A241914 A324393 A341279
KEYWORD
sign,easy
AUTHOR
Clark Kimberling, Dec 17 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 March 29 09:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)