The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
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, 41, 43, 44, 46, 48, 49, 51, 52, 54, 56, 57, 59, 60, 62, 64, 65, 67, 69, 70, 72, 73, 75, 77, 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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n)=floor(nr+h), where r=(1+sqrt(5))/2, h=-1/2.
MATHEMATICA
r=(1+5^(1/2))/2; h=-1/2; s=r/(r-1);
Table[Floor[n*r+h], {n, 1, 120}] (* A184656 *)
Table[Floor[n*s+h-h*s], {n, 1, 120}] (* A184657 *)
CROSSREFS
Cf. A184657, A000201 (lower Wythoff sequence).
Sequence in context: A047497 A004956 A026351 * A286989 A226720 A047212
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 19 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 May 26 13:38 EDT 2024. Contains 372826 sequences. (Running on oeis4.)