login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A184521
Upper s-Wythoff sequence, where s=5n+1. Complement of A184520.
2
7, 13, 19, 25, 31, 37, 44, 50, 56, 62, 68, 75, 81, 87, 93, 99, 106, 112, 118, 124, 130, 137, 143, 149, 155, 161, 168, 174, 180, 186, 192, 199, 205, 211, 217, 223, 229, 236, 242, 248, 254, 260, 267, 273, 279, 285, 291, 298, 304, 310, 316, 322, 329, 335, 341, 347, 353, 360, 366, 372, 378, 384, 390, 397, 403, 409, 415, 421, 428, 434, 440, 446, 452, 459, 465, 471, 477
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
Sequence in context: A260682 A354936 A348932 * A123843 A277093 A004082
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 16 2011
STATUS
approved