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!)
A184656 floor(nr+h), where r=(1+sqrt(5))/2, h=-1/2; complement of A184657. 2

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

%S 1,2,4,5,7,9,10,12,14,15,17,18,20,22,23,25,27,28,30,31,33,35,36,38,39,

%T 41,43,44,46,48,49,51,52,54,56,57,59,60,62,64,65,67,69,70,72,73,75,77,

%U 78,80,82,83,85,86,88,90,91,93,94,96,98,99,101,103,104,106,107,109,111,112,114,115,117,119,120,122,124,125,127,128,130,132,133,135,137,138,140,141,143,145,146,148,149,151,153,154,156,158,159,161,162,164,166,167,169,171,172,174,175,177,179,180,182,183,185,187,188,190,192,193

%N floor(nr+h), where r=(1+sqrt(5))/2, h=-1/2; complement of A184657.

%F a(n)=floor(nr+h), where r=(1+sqrt(5))/2, h=-1/2.

%t r=(1+5^(1/2))/2; h=-1/2; s=r/(r-1);

%t Table[Floor[n*r+h],{n,1,120}] (* A184656 *)

%t Table[Floor[n*s+h-h*s],{n,1,120}] (* A184657 *)

%Y Cf. A184657, A000201 (lower Wythoff sequence).

%K nonn

%O 1,2

%A _Clark Kimberling_, Jan 19 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 May 4 09:03 EDT 2024. Contains 372230 sequences. (Running on oeis4.)