login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A190059 n+[ns/r]+[nt/r]; r=1, s=sin(pi/5), t=csc(pi/5). 3
2, 6, 9, 12, 15, 19, 22, 25, 29, 32, 35, 39, 42, 45, 48, 52, 54, 58, 62, 65, 68, 71, 75, 78, 81, 85, 87, 91, 95, 98, 101, 104, 108, 110, 114, 118, 120, 124, 127, 131, 134, 137, 141, 143, 147, 151, 153, 157, 160, 164, 166, 170, 174, 176, 180, 183, 186, 190, 193, 197, 199, 203, 207, 209, 213, 216, 219, 222, 226, 230 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

This is one of three sequences that partition the positive integers.  In general, suppose that r, s, t are positive real numbers for which the sets {i/r: i>=1}, {j/s: j>=1}, {k/t: k>=1} are pairwise disjoint.  Let a(n) be the rank of n/r when all the numbers in the three sets are jointly ranked.  Define b(n) and c(n) as the ranks of n/s and n/t.  It is easy to prove that

a(n)=n+[ns/r]+[nt/r],

b(n)=n+[nr/s]+[nt/s],

c(n)=n+[nr/t]+[ns/t], where []=floor.

Taking r=1, s=sin(pi/5), t=csc(pi/5) gives

a=A190059, b=A190060, c=A190061.

LINKS

Table of n, a(n) for n=1..70.

FORMULA

A190059:  a(n)=n+[n*sin(pi/5)]+[n*csc(pi/5].

A190060:  b(n)=n+[n*csc(pi/5)]+[n*(csc(pi/5))^2].

A190061:  c(n)=n+[n*sin(pi/5)]+[n*(sin(pi/5))^2].

MATHEMATICA

r=1; s=Sin[Pi/5]; t=Csc[Pi/5];

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, 120}]  (*A190059*)

Table[b[n], {n, 1, 120}]  (*A190060*)

Table[c[n], {n, 1, 120}]  (*A190061*)

CROSSREFS

Cf. A190060, A190061.

Sequence in context: A189752 A206813 A189371 * A190332 A187912 A186500

Adjacent sequences:  A190056 A190057 A190058 * A190060 A190061 A190062

KEYWORD

nonn

AUTHOR

Clark Kimberling, May 04 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 20 17:17 EDT 2013. Contains 225464 sequences.