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 A099875 #7 Aug 04 2024 20:37:38 %S A099875 1,2,1,2,1,4,4,4,1,3,1,4,1,3,1,2,10,1,3,37,4,1,37,1,19,1,1,1,1,4,2,1, %T A099875 2,9,7,1,2,1,1,4,1,10,1,1,62,1,1,3,2,2,3,2,3,2,8,1,8,2,2,2,1,1,1,3,1, %U A099875 2,1,15,7,1,2,4,6,1,1,1,2,3,263,1,2,1,2,5,10,1,1,1,1,2,1,5,1,2,1,13,1,1,2,1 %N A099875 Continued fraction expansion of nested cube root expression in A099874. %t A099875 k = 65; r = 66; While[k > 0, r = (k + r)^(1/3); k-- ]; ContinuedFraction[r, 100] (* _Robert G. Wilson v_, Nov 04 2004 *) %Y A099875 Cf. A099874 (decimal expansion). %K A099875 cofr,easy,nonn %O A099875 0,2 %A A099875 Mark Hudson (mrmarkhudson(AT)hotmail.com), Nov 02 2004 %E A099875 More terms from _Robert G. Wilson v_, Nov 04 2004 %E A099875 Offset changed by _Andrew Howroyd_, Aug 04 2024