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!)
A184527 Upper s-Wythoff sequence, where s=5n-2. Complement of A184526. 1
4, 10, 16, 23, 29, 35, 41, 47, 54, 60, 66, 72, 78, 85, 91, 97, 103, 109, 115, 122, 128, 134, 140, 146, 153, 159, 165, 171, 177, 184, 190, 196, 202, 208, 215, 221, 227, 233, 239, 246, 252, 258, 264, 270, 276, 283, 289, 295, 301, 307, 314, 320, 326, 332, 338 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A184117 for the definition of lower and upper s-Wythoff sequences.
LINKS
MATHEMATICA
k = 5; r = 2; 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: A310534 A357688 A341983 * A246297 A049881 A341064
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 16 2011
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 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)