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 A143441 #16 Feb 16 2025 08:33:08 %S A143441 4,1,1,2,4,8,4,7,9,1,7,7,9,5,4,7,7,3,4,4,4,0,2,5,6,6,2,4,3,5,5,7,2,4, %T A143441 3,6,9,7,2,0,4,0,5,0,3,6,3,3,6,0,1,1,0,5,5,7,0,2,1,1,0,1,7,8,3,6,4,4, %U A143441 2,9,1,3,4,5,3,3,8,1,4,4,7,1,5,0,7,7,2,0,9,5,0,6,3,3,3,9,2,4,1,8,5,6,7,3,1 %N A143441 Decimal expansion of the (negated) value of q at which the q-Pochhammer symbol reaches a maximum along [ -1, 1]. %H A143441 G. C. Greubel, <a href="/A143441/b143441.txt">Table of n, a(n) for n = 0..1000</a> %H A143441 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/q-PochhammerSymbol.html">q-Pochhammer Symbol</a> %F A143441 Equals -1/lim_{n->infinity} A002039(n)^(1/n). - _Vaclav Kotesovec_, Jun 02 2018 %e A143441 -0.41124847917795477344... %t A143441 q0 = q /. FindRoot[ QPochhammer'[q] == 0, {q, -1/2}, WorkingPrecision -> 300]; RealDigits[q0, 10, 105] // First (* _Jean-François Alcover_, Dec 05 2013 *) %Y A143441 Cf. A143440, A242168, A258232, A002039. %K A143441 nonn,cons %O A143441 0,1 %A A143441 _Eric W. Weisstein_, Aug 14 2008