A000329 Nearest integer to b(n), where b(n) = tan(b(n-1)), b(0) = 1.
1, 2, 75, -1, -1, -2, 1, 2, 31, -1, -2, 29, 1, 5, -6, 1, 1, 3, -1, -1, -1, -1, -1, -9, 1, 1, 1, 2, -2, -35, 0, 0, -1, -1, -1, -1, -1, -1, -2, 1, 1, 1, 5, -1, -2, 4, 1, 2, -4, 0, 0, 0, -1, -1, -1, -1, -1, -1, -2, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1
Offset: 0
Keywords
Links
- Matthew House, Table of n, a(n) for n = 0..10000 (terms 0..1016 from Peter J. Taylor)
- Peter J. Taylor, C# program to output a b-file
Crossrefs
Cf. A000319.
Programs
-
Mathematica
Round[NestList[Tan, 1, 100]] (* Matthew House, Nov 17 2024 *)
Extensions
Terms a(71) and beyond from Peter J. Taylor, Nov 23 2017
Comments