cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A000329 Nearest integer to b(n), where b(n) = tan(b(n-1)), b(0) = 1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

We have a(11764189) = 329, from b(11764189) ~ 328.86367. This value was found using interval arithmetic with MPFR's tangent function (rounding the results downward and upward at each step), starting at an initial precision of 70000 bits. - Matthew House, Nov 17 2024

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