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.

A195910 a(n) = ceiling(tan(n)).

Original entry on oeis.org

0, 2, -2, 0, 2, -3, 0, 1, -6, 0, 1, -225, 0, 1, 8, 0, 1, 4, -1, 1, 3, -1, 1, 2, -2, 0, 2, -3, 0, 1, -6, 0, 1, -75, 0, 1, 8, 0, 1, 4, -1, 1, 3, -1, 1, 2, -2, 0, 2, -3, 0, 1, -6, 0, 1, -45, 0, 1, 9, 0, 1, 4, -1, 1, 3, -1, 1, 2, -2, 0, 2, -3, 0, 1, -5, 0, 1, -32
Offset: 0

Views

Author

Mohammad K. Azarian, Mar 15 2012

Keywords

Crossrefs

Programs

  • Magma
    [Ceiling(Tan(n)): n in [0..80]]; // Vincenzo Librandi, Feb 15 2013
  • Mathematica
    Table[Ceiling[Tan[n]], {n, 0, 100}] (* T. D. Noe, Mar 16 2012 *)