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.

A176398 Decimal expansion of 3+sqrt(10).

This page as a plain text file.
%I A176398 #35 Apr 10 2024 23:19:36
%S A176398 6,1,6,2,2,7,7,6,6,0,1,6,8,3,7,9,3,3,1,9,9,8,8,9,3,5,4,4,4,3,2,7,1,8,
%T A176398 5,3,3,7,1,9,5,5,5,1,3,9,3,2,5,2,1,6,8,2,6,8,5,7,5,0,4,8,5,2,7,9,2,5,
%U A176398 9,4,4,3,8,6,3,9,2,3,8,2,2,1,3,4,4,2,4,8,1,0,8,3,7,9,3,0,0,2,9,5,1,8,7,3,4
%N A176398 Decimal expansion of 3+sqrt(10).
%C A176398 Continued fraction expansion of 3+sqrt(10) is A010722.
%C A176398 This is the shape of a 6-extension rectangle; see A188640 for definitions. - _Clark Kimberling_, Apr 09 2011
%C A176398 c^n = c*A005668(n) + A005668(n-1). - _Gary W. Adamson_, Apr 04 2024
%H A176398 Daniel Starodubtsev, <a href="/A176398/b176398.txt">Table of n, a(n) for n = 1..10000</a>
%H A176398 Wikipedia, <a href="https://en.wikipedia.org/wiki/Metallic_mean">Metallic mean</a>.
%H A176398 <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>
%F A176398 a(n) = A010467(n) for n >= 2.
%F A176398 Equals exp(arcsinh(3)), since arcsinh(x) = log(x+sqrt(x^2+1)). - _Stanislav Sykora_, Nov 01 2013
%F A176398 Equals lim_{n->oo} S(n, 2*sqrt(10))/ S(n-1, 2*sqrt(10)), with the S-Chebyshev polynomials (see A049310). - _Wolfdieter Lang_, Nov 15 2023
%e A176398 6.16227766016837933199...
%p A176398 Digits:=100; evalf(3+sqrt(10)); # _Wesley Ivan Hurt_, Mar 07 2014
%t A176398 r=6; t=(r+(4+r^2)^(1/2))/2; RealDigits[N[t,130]][[1]] (* _Clark Kimberling_, Apr 09 2011 *)
%o A176398 (PARI) 3+sqrt(10) \\ _Charles R Greathouse IV_, Jul 24 2013
%Y A176398 Cf. A010467 (decimal expansion of sqrt(10)), A010722 (all 6's sequence).
%Y A176398 Cf. A049310.
%K A176398 cons,nonn,easy
%O A176398 1,1
%A A176398 _Klaus Brockhaus_, Apr 16 2010