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!)
A184519 Upper s-Wythoff sequence, where s=4n-3. Complement of A184518. 1

%I #4 Mar 30 2012 18:57:16

%S 2,8,13,18,23,28,34,39,44,49,55,60,65,70,76,81,86,91,97,102,107,112,

%T 118,123,128,133,138,144,149,154,159,165,170,175,180,186,191,196,201,

%U 207,212,217,222,227,233,238,243,248,254,259,264,269,275,280,285,290,296,301,306,311,316,322,327,332,337,343,348,353,358,364,369,374,379,385,390,395,400,405,411,416,421,426,432,437,442,447,453,458,463,468,474,479,484,489,494,500

%N Upper s-Wythoff sequence, where s=4n-3. Complement of A184518.

%C See A184117 for the definition of lower and upper s-Wythoff sequences.

%t k = 4; r = 3; d = Sqrt[4 + k^2];

%t a[n_] := Floor[(1/2) (d + 2 - k) (n + r/(d + 2))];

%t b[n_] := Floor[(1/2) (d + 2 + k) (n - r/(d + 2))];

%t Table[a[n], {n, 120}]

%t Table[b[n], {n, 120}]

%Y Cf. A184117, A184518.

%K nonn

%O 1,1

%A _Clark Kimberling_, Jan 16 2011

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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)