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!)
A246046 [Pi((n + Pi/2)/(Pi -1) - 1/2)]; complement of A062389. 8
2, 3, 5, 6, 8, 9, 11, 12, 13, 15, 16, 18, 19, 21, 22, 24, 25, 27, 28, 30, 31, 33, 34, 35, 37, 38, 40, 41, 43, 44, 46, 47, 49, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 68, 69, 71, 72, 74, 75, 77, 78, 79, 81, 82, 84, 85, 87, 88, 90, 91, 93, 94, 96 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
In general, the complement of a nonhomogenous Beatty sequence [n*r + h] is given by [n*s + h - h*s], where s = r/(r - 1).
A246046 also gives the nonnegative integers k such that tan(k) < tan(k + 1). The complementary sequence, A062389, gives the nonnegative integers k such that tan(k) > tan(k + 1).
LINKS
MATHEMATICA
r = Pi; s = Pi/(Pi - 1); h = -Pi/2; z = 120;
u = Table[Floor[n*r + h], {n, 1, z}] (* A062389 *)
v = Table[Floor[n*s + h - h*s], {n, 1, z}] (* A246046 *)
CROSSREFS
Cf. A062389.
Sequence in context: A093001 A226721 A224996 * A026428 A030704 A305928
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 24 2014
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 14 20:17 EDT 2024. Contains 372533 sequences. (Running on oeis4.)