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

A051509
a(n) = round(Sum_{k=0..n} tan(k)).
0
0, 2, -1, -1, 0, -3, -3, -2, -9, -10, -9, -235, -236, -235, -228, -229, -228, -225, -226, -226, -224, -225, -225, -224, -226, -226, -225, -228, -228, -227, -234, -234, -234, -309, -310, -309, -301, -302, -302, -298, -299, -299, -297, -298, -298, -297, -299, -299, -298, -301, -301, -300, -306
OFFSET
0,2
MATHEMATICA
Floor[#+1/2]&/@Accumulate[Tan[Range[0, 60]]] (* Harvey P. Dale, Jun 02 2012 *)
CROSSREFS
Sequence in context: A133830 A316632 A111571 * A124816 A238349 A318754
KEYWORD
sign
STATUS
approved