OFFSET
0,3
COMMENTS
Using 3000-digit precision, interval arithmetic provides an efficient method of computing over 2000000 terms of this sequence. The iteration is stopped when an interval contains an integer. So far, no term equals 319. - T. D. Noe, Mar 07 2008
LINKS
T. D. Noe, Table of n, a(n) for n = 0..10000
EXAMPLE
From José María Grau Ribas, Apr 13 2010: (Start)
tan(tan(tan(1))) = -0.8635..., so a(3)=-1;
tan(tan(1)) = 74.68..., so a(2)=74. (End)
MATHEMATICA
Floor[Table[Nest[Tan, 1, n], {n, 1, 200}]] (* José María Grau Ribas, Apr 13 2010 *)
CROSSREFS
KEYWORD
sign
AUTHOR
STATUS
approved