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.
%I A006242 M4758 #33 Sep 08 2022 08:44:34 %S A006242 10,970,912670090,760223786832147978143718730, %T A006242 439363892017598816969702791108195858981800447259539613873486126455827777484460810 %N A006242 Extracting a square root. %D A006242 Jeffrey Shallit, personal communication. %D A006242 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A006242 Vincenzo Librandi, <a href="/A006242/b006242.txt">Table of n, a(n) for n = 1..7</a> %H A006242 E. B. Escott, <a href="http://www.jstor.org/stable/2301484">Rapid method for extracting a square root</a>, Amer. Math. Monthly, 44 (1937), 644-646. %F A006242 a(1) = 10, a(n) = a(n-1)^3 - 3*a(n-1) [From Escott]. - _Sean A. Irvine_, Feb 08 2017 %F A006242 a(n) = (5 + 2*sqrt(6))^(3^(n-1)) + (5 - 2*sqrt(6))^(3^(n-1)). - _Bruno Berselli_, Feb 10 2017 %F A006242 a(n) = 2*T(3^(n-1),5), where T(n,x) deotes the n-th Chebyshev polynomial of the first kind. - _Peter Bala_, Mar 29 2022 %t A006242 RecurrenceTable[{a[1]==10, a[n]==a[n-1]^3 - 3 a[n-1]}, a, {n, 8}] (* _Vincenzo Librandi_, Feb 09 2017 *) %o A006242 (Magma) [n eq 1 select 10 else Self(n-1)^3-3*Self(n-1): n in [1..5]]; // _Vincenzo Librandi_, Feb 09 2017 %Y A006242 Cf. A006243. %K A006242 nonn,easy %O A006242 1,1 %A A006242 _N. J. A. Sloane_ %E A006242 New offset and a(5) from _Sean A. Irvine_, Feb 08 2017