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.

A197822 Decimal expansion of the maximum of (cos(x))^2+(sin(Pi*x))^2.

Original entry on oeis.org

1, 7, 8, 7, 2, 0, 6, 7, 0, 3, 1, 8, 0, 7, 5, 0, 6, 1, 0, 1, 9, 8, 0, 3, 5, 2, 2, 0, 9, 8, 9, 1, 5, 7, 2, 7, 6, 1, 2, 2, 5, 2, 0, 0, 1, 6, 0, 2, 5, 4, 5, 0, 7, 0, 0, 1, 2, 1, 2, 5, 8, 3, 0, 9, 9, 2, 5, 4, 9, 3, 6, 0, 5, 7, 6, 1, 2, 0, 3, 8, 3, 0, 4, 1, 9, 1, 8, 6, 2, 2, 2, 2, 2, 7, 3, 8, 5, 6, 4
Offset: 1

Views

Author

Clark Kimberling, Oct 19 2011

Keywords

Comments

For a discussion and guide to related sequences, see A197739.

Examples

			x=1.78720670318075061019803522098915727612...
		

Crossrefs

Programs

  • Mathematica
    (See the program at A197821.)
    RealDigits[FindMaximum[(Cos[x])^2+(Sin[Pi*x])^2,x,WorkingPrecision->120][[1]]][[1]] (* Harvey P. Dale, Sep 25 2015 *)