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 A123561 #15 Feb 16 2025 08:33:03 %S A123561 1,3,3,1,3,1,2,1,2,1,4,2,35,21,1,4,4,1,1,3,2,17,7,4,1,3,16,5,3,2,3,1, %T A123561 4,8,1,1,19578,1,1,1,1,1,8,1,2,1,1,3,2,1,1,1,2,1,1,9,1,1,1,2,14,4,19, %U A123561 1,3,3,5,9,1,3,1,6,1,2,1,11,1,1,5,23,1,4,2,3,1,35,2,1,5,3,1,9,4,8,3,1,6,2,1 %N A123561 Continued fraction expansion of Mills' constant. %H A123561 G. C. Greubel, <a href="/A123561/b123561.txt">Table of n, a(n) for n = 0..9999</a> %H A123561 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/MillsConstant.html">Mills' constant</a> %t A123561 ContinuedFraction[Nest[NextPrime[#^3] &, 2, 7]^(1/3^8), 100] (* _G. C. Greubel_, Oct 25 2017 *) %Y A123561 Cf. A051021 (decimal expansion), A051254. %K A123561 cofr,nonn %O A123561 0,2 %A A123561 Hauke Worpel (hw1(AT)email.com), Nov 11 2006 %E A123561 More terms from _Robert G. Wilson v_, Nov 18 2006 %E A123561 Offset changed by _Andrew Howroyd_, Aug 09 2024