login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A197822
Decimal expansion of the maximum of (cos(x))^2+(sin(Pi*x))^2.
2
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,2
COMMENTS
For a discussion and guide to related sequences, see A197739.
EXAMPLE
x=1.78720670318075061019803522098915727612...
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 *)
CROSSREFS
Sequence in context: A288023 A020506 A193345 * A055060 A010515 A021131
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 19 2011
STATUS
approved