login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A189678
n+[nr/s]+[nt/s]; r=1, s=arctan(1/2), t=arctan(2).
2
5, 10, 16, 21, 26, 32, 38, 44, 49, 54, 60, 65, 72, 77, 82, 88, 93, 98, 104, 110, 116, 121, 126, 132, 137, 144, 149, 154, 160, 165, 171, 177, 182, 188, 193, 198, 204, 209, 216, 221, 226, 232, 237, 243, 249, 254, 260, 265, 271, 276, 281, 288, 293, 298, 304, 309, 315, 321, 326, 332, 337, 343, 348, 354, 360, 365, 370, 376, 381, 387, 393, 398, 404, 409, 415, 420, 426, 432, 437, 443, 448, 453
OFFSET
1,1
COMMENTS
See A189677.
MATHEMATICA
(See A189677.)
Table[n+Floor[n/ArcTan[1/2]]+Floor[(n*ArcTan[2])/ArcTan[1/2]], {n, 90}] (* Harvey P. Dale, Mar 08 2020 *)
CROSSREFS
Sequence in context: A313877 A313878 A313879 * A313880 A313881 A313882
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 25 2011
STATUS
approved