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.

A070751 Numbers n such that sin(n) < 0.

Original entry on oeis.org

4, 5, 6, 10, 11, 12, 16, 17, 18, 22, 23, 24, 25, 29, 30, 31, 35, 36, 37, 41, 42, 43, 48, 49, 50, 54, 55, 56, 60, 61, 62, 66, 67, 68, 69, 73, 74, 75, 79, 80, 81, 85, 86, 87, 92, 93, 94, 98, 99, 100, 104, 105, 106, 110, 111, 112, 113, 117
Offset: 1

Views

Author

Reinhard Zumkeller, May 04 2002

Keywords

Comments

A070747(a(n)) = -1.

Crossrefs

Programs

  • Mathematica
    Select[Range[150],Sin[#]<0&] (* Harvey P. Dale, Dec 24 2023 *)