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.

A229555 An exotic continued fraction for the real root of 6y^3 + 4y^2 - 4y - 7.

This page as a plain text file.
%I A229555 #46 Jan 21 2023 12:05:42
%S A229555 1,22,1,31,2,3,1,63,1,10,1,2,1,7,1,160905,2,1,4,58,2,2,1,2,1,7,3,1,3,
%T A229555 1,4,3,1,47,1,214540,1,2,9,1,45,1,3,1,48,1,21,1,9,1,8,1,2,249610,1,1,
%U A229555 1,1,1,3,1,1,1,1,20,1,4,19,1,2,1,1,1,1,3,4,1,1,1
%N A229555 An exotic continued fraction for the real root of 6y^3 + 4y^2 - 4y - 7.
%C A229555 Among its 148 initial numbers, this sequence has 8 unexpectedly big terms which are considerably bigger than those of the well-known exotic sequence A002937. It is peculiar that the ratio of the biggest of these denominators for the two examples, as well as the ratio of the smallest ones, is almost exactly 7: 115270760/16467250 = 7.000000607... and 160905/22986 = 7.000130514...
%C A229555 Deleting the first term in the sequence, we get a continued fraction for the algebraic integer given as the real root of the equation x^3 - 22*x^2 - 22*x - 6 = 0. It has the same set of big denominators, only shifted one position towards the beginning. - _Sergei Duzhin_, Oct 03 2013
%C A229555 For all integer cubic polynomials a*y^3 + b*y^2 + c*y + d with 0 < a <= 7, |b| <= 7, |c| <= 7, |d| <= 7, the given one (together with its three modifications obtained by a change of one sign and a palindromic reversal of coefficients) is the only polynomial in this set that, among its first 200 denominators, contains a number greater than 10^8, thus establishing a record. - _Sergei Duzhin_, Oct 04 2013
%H A229555 T. D. Noe, <a href="/A229555/b229555.txt">Table of n, a(n) for n = 0..1000</a>
%F A229555 y = ((2906 - 126*sqrt(3*163))^(1/3) + (2906 + 126*sqrt(3*163))^(1/3) - 4) / 18. - _Andrey Zabolotskiy_, Jan 21 2023
%p A229555 Digits:=500:
%p A229555 with(numtheory):
%p A229555 x:=fsolve(6*y^3 + 4*y^2 - 4*y - 7);
%p A229555 cfrac(x,200,'quotients');
%t A229555 r = Roots[6 x^3 + 4 x^2 - 4 x - 7 == 0, x][[1, 2]]; ContinuedFraction[r, 115] (* _T. D. Noe_, Oct 02 2013 *)
%o A229555 (PARI)
%o A229555 \p 250
%o A229555 contfrac(real(polroots(Pol([6,4,-4,-7]))[1])) \\ _Charles R Greathouse IV_, Oct 01 2013
%K A229555 nonn,cofr,easy
%O A229555 0,2
%A A229555 _Sergei Duzhin_, Oct 01 2013