OFFSET
1,1
COMMENTS
See A184117 for the definition of lower and upper s-Wythoff sequences.
The terms 7,13,19,25,31,37,44,50 appear as the initial values of the n-weight domination number gamma_n(P_3 X P_8) in Hare (1990). This may or may not be a coincidence. - N. J. A. Sloane, May 31 2012
REFERENCES
Hare, E. O., k-weight domination and fractional domination of P_m X P_n. Proceedings of the Twenty-first Southeastern Conference on Combinatorics, Graph Theory, and Computing (Boca Raton, FL, 1990). Congr. Numer. 78 (1990), 71--80. MR1140471 (92i:05201). - From N. J. A. Sloane, May 31 2012
MATHEMATICA
k = 5; r = -1; d = Sqrt[4 + k^2];
a[n_] := Floor[(1/2) (d + 2 - k) (n + r/(d + 2))];
b[n_] := Floor[(1/2) (d + 2 + k) (n - r/(d + 2))];
Table[a[n], {n, 120}]
Table[b[n], {n, 120}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 16 2011
STATUS
approved