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”).

A189534
n+[nr/s]+[nt/s]; r=1, s=arcsin(3/5), t=arcsin(4/5).
2
3, 7, 11, 15, 19, 23, 27, 31, 34, 39, 43, 47, 51, 55, 59, 63, 67, 70, 75, 79, 83, 87, 91, 95, 99, 103, 106, 111, 115, 119, 123, 127, 131, 134, 139, 142, 147, 151, 155, 159, 163, 167, 170, 175, 178, 183, 187, 191, 195, 199, 203, 206, 211, 214, 219, 223, 227, 231, 235, 239, 242, 247, 250, 255, 259, 263, 267, 270, 275, 278, 283, 286, 291, 294, 299, 303, 306, 311, 314, 319, 322, 327, 330
OFFSET
1,1
COMMENTS
See A189533.
MATHEMATICA
(See A189533.)
Table[n+Floor[n/ArcSin[3/5]]+Floor[(n*ArcSin[4/5])/ArcSin[3/5]], {n, 90}] (* Harvey P. Dale, Jun 07 2017 *)
CROSSREFS
Sequence in context: A246171 A184422 A254311 * A179874 A190349 A103543
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 23 2011
STATUS
approved