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!)
A208326 n + [nr/t] + [ns/t], where []=floor, r=5, s=(1+sqrt(5))/2, t=1/s. 3
11, 23, 34, 46, 58, 69, 81, 92, 104, 116, 127, 140, 152, 163, 175, 186, 198, 210, 221, 233, 244, 256, 269, 280, 292, 304, 315, 327, 338, 350, 362, 373, 385, 398, 409, 421, 432, 444, 456, 467, 479, 490, 502, 514, 526, 538, 550, 561, 573, 584, 596 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequences A207672, A207673, A208326 partition the positive integers. To generate them, jointly rank the sets {i/r}, {j/s}, {k*s}. The positions of n/r in the joint ranking form A207672, and likewise for the other sequences.
For a guide to related sequences and conjectures, see A206911.
LINKS
MATHEMATICA
r = 5; s = GoldenRatio; t = 1/s;
a[n_] := n + Floor[n*s/r] + Floor[n*t/r];
b[n_] := n + Floor[n*r/s] + Floor[n*t/s];
c[n_] := n + Floor[n*r/t] + Floor[n*s/t];
Table[a[n], {n, 1, 60}] (* A207672 *)
Table[b[n], {n, 1, 60}] (* A207673 *)
Table[c[n], {n, 1, 60}] (* A208326 *)
CROSSREFS
Sequence in context: A126330 A090506 A250215 * A097657 A041234 A041549
KEYWORD
nonn
AUTHOR
Clark Kimberling, Feb 26 2012
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 March 29 09:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)