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.

A246644 Decimal expansion of the real root of s^3 - s^2 + s - 1/3 = 0.

This page as a plain text file.
%I A246644 #18 Jun 25 2024 15:24:04
%S A246644 4,4,2,4,9,3,3,3,4,0,2,4,4,4,2,1,0,3,3,2,8,1,6,5,0,1,0,6,6,4,6,9,3,3,
%T A246644 0,3,2,7,3,7,4,7,2,8,7,7,3,2,7,8,1,6,7,6,5,7,5,4,3,6,8,8,3,2,2,3,3,0,
%U A246644 5,6,0,9,7,0,3,4,1,9,8,9,6,5,1,4,7,1,5,8,8,3,6,0,8,6,5,5,2,8,7,6,2
%N A246644 Decimal expansion of the real root of s^3 - s^2 + s - 1/3 = 0.
%C A246644 In the origami solution of doubling the cube (see the W. Lang link, p. 14, and a Sep 02 2014 comment on A002580) (1-s)/s = 2^{1/3}, or s^3 - s^2 + s - 1/3 = 0 appears, which has the real solution s = (2^(2/3) - 2^(1/3) +1)/3. In the link s is the length of the line segment(B,C') shown in Figure 16 on p. 14.
%C A246644 A cubic number with denominator 3. - _Charles R Greathouse IV_, Aug 26 2017
%H A246644 W. Lang, <a href="/A246644/a246644.pdf">Notes on Some Geometric and Algebraic Problems solved by Origami</a>
%H A246644 <a href="/index/Al#algebraic_03">Index entries for algebraic numbers, degree 3</a>
%F A246644 s = 0.442493334024442103328... See the comment above.
%t A246644 First[RealDigits[(2^(2/3) - 2^(1/3) + 1)/3, 10, 100]] (* _Paolo Xausa_, Jun 25 2024 *)
%o A246644 (PARI) polrootsreal(3*x^3-3*x^2+3*x-1)[1] \\ _Charles R Greathouse IV_, Aug 26 2017
%Y A246644 Cf. A002580.
%K A246644 nonn,cons
%O A246644 1,1
%A A246644 _Wolfdieter Lang_, Sep 02 2014