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 A293409 #47 Apr 29 2025 17:18:35 %S A293409 2,1,6,4,0,8,9,0,8,6,1,9,7,6,4,2,5,6,5,9,1,5,1,3,2,0,6,7,3,9,9,5,6,1, %T A293409 3,3,1,7,5,1,4,9,4,9,4,9,2,6,7,1,8,3,9,1,0,2,8,6,5,7,6,9,5,3,1,9,6,6, %U A293409 9,0,7,9,0,5,9,4,3,5,7,4,8,4,5,7,3,2,2,0,1,6,0,8,9,5,6,6,4,6,5,1,8,6,0,6,8,7,0 %N A293409 Decimal expansion of the minimum ripple factor for a fifth-order, reflectionless, Chebyshev filter. %C A293409 This is the smallest ripple factor (a constant) for which the prototype elements of the fifth-order generalized reflectionless filter topology (see Morgan, 2017) needs no negative elements. It is also the ripple factor for which the first two and last two Chebyshev prototype parameters (of the canonical ladder, or Cauer, topology) are equal. %C A293409 Other related sequences in the OEIS are the decimal and continued fraction expansions of the limiting ripple factors for third, fifth, seventh, and ninth order, as well as for the limiting case where the order diverges to infinity. As these ripple factors do approach a common limit very quickly, the sequences for the fifth- and higher-order constants share the same initial terms, to greater length as the order increases. %C A293409 There are simple radical expressions for the third- and fifth-order constants (see formulas). Further, the third-order constant is a quadratic irrational, thus having a repeating continued fraction expansion. I do not know if such simple expressions or patterns exist for the higher-order constants or the limiting (infinite-order) constant. %D A293409 M. Morgan, Reflectionless Filters, Norwood, MA: Artech House, pp. 129-132, January 2017. %H A293409 G. C. Greubel, <a href="/A293409/b293409.txt">Table of n, a(n) for n = 0..10000</a> %H A293409 <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>. %F A293409 Equals sqrt((3+sqrt(5))/(50*sqrt(5))). %F A293409 Equals phi / 5^(5/4), where phi = A001622 is the golden ratio. - _Vaclav Kotesovec_, May 28 2021 %e A293409 0.216408908619764256591513206739956133175149494926718391028657695319669... %t A293409 RealDigits[Sqrt[1/50+3/(50*Sqrt[5])], 10, 100][[1]] %o A293409 (PARI) sqrt(1/50+3/(50*sqrt(5))) \\ _Michel Marcus_, Oct 16 2017 %o A293409 (PARI) polrootsreal(3125*x^4-125*x^2-1)[2] \\ _Charles R Greathouse IV_, Feb 04 2025 %o A293409 (Magma) Sqrt(1/50 + 3/(50*Sqrt(5))); // _G. C. Greubel_, Feb 15 2018 %Y A293409 Decimal expansions (A020784, A293409, A293415, A293416, A293417) and continued fractions (A040021, A293768, A293769, A293770, A293882) for third-, fifth-, seventh-, ninth-order and the limiting "infinite-order" constant, respectively. %K A293409 cons,easy,nonn %O A293409 0,1 %A A293409 _Matthew A. Morgan_, Oct 15 2017