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!)
A184482 Lower s-Wythoff sequence, where s(n)=3n-1. Complement of A184483. 4

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

%S 1,2,4,5,6,8,9,10,11,13,14,15,17,18,19,21,22,23,24,26,27,28,30,31,32,

%T 34,35,36,38,39,40,41,43,44,45,47,48,49,51,52,53,54,56,57,58,60,61,62,

%U 64,65,66,67,69,70,71,73,74,75,77,78,79,81,82,83,84,86,87,88,90,91,92,94,95,96,97,99,100,101,103,104,105,107,108,109,110,112,113,114,116,117,118,120,121,122,123,125,126,127,129,130,131,133,134,135,137,138,139,140,142,143,144,146,147,148,150,151,152,153,155,156

%N Lower s-Wythoff sequence, where s(n)=3n-1. Complement of A184483.

%t k=3; r=1; 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, A184483.

%K nonn

%O 1,2

%A _Clark Kimberling_, Jan 15 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)