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.

A240198 Numerator of rational approximation of sqrt(3)/2 within a tolerance 10^(-n).

Original entry on oeis.org

0, 4, 6, 13, 84, 181, 989, 2521, 11254, 35113, 35113
Offset: 0

Views

Author

Zak Seidov, Apr 02 2014

Keywords

Comments

Rational approximations of sqrt(3)/2 are 0/1, 4/5, 6/7, 13/15, 84/97, 181/209, 989/1142, 2521/2911, 11254/12995, 35113/40545, 35113/40545.

Crossrefs

Cf. A010527.

Programs

  • Mathematica
    Table[Numerator[Rationalize[Sqrt[3]/2, 10^(-n)]], {n, 0, 10}]