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.

A125580 Decimal expansion of positive root of x^3 = sin(x).

This page as a plain text file.
%I A125580 #3 Apr 16 2014 08:57:00
%S A125580 9,2,8,6,2,6,3,0,8,7,3,1,7,3,4,4,2,6,0,2,9,3,4,9,5,3,2,7,0,2,6,5,4,4,
%T A125580 9,5,0,0,5,6,8,0,7,9,6,9,0,4,0,4,0,0,7,3,5,5,1,4,1,1,2,4,7,9,7,1,5,9,
%U A125580 3,6,4,7,7,6,1,0,2,1,4,5,6,9,4,2,2,9,5,3,5,5,0,0,6,8,1,4,9,2,5,9,6,2
%N A125580 Decimal expansion of positive root of x^3 = sin(x).
%C A125580 Three real roots: X = 0, +-0.9286263087...
%F A125580 x^3 = sin(x)
%e A125580 0.928626308731734426029349532702654495005680...
%t A125580 RealDigits[FindRoot[Sin[x] == x^3, {x, {.8, 1}}, WorkingPrecision -> 120][[1, 2, 1]], 10, 111][[1]]
%o A125580 (PARI) solve(x=.9,1,sin(x)-x^3) \\ _Charles R Greathouse IV_, Apr 16 2014
%Y A125580 Cf. A003957, A124597.
%K A125580 cons,nonn
%O A125580 0,1
%A A125580 Denton J. Dailey (djd1497(AT)aol.com), Jan 03 2007