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 A341114 #23 Feb 16 2025 08:34:01 %S A341114 0,1,16,17,84,185,1379,1564,2943,7450,17843,132351,547247,679598, %T A341114 1906443,2586041,157068903,159654944,636033735,795688679,2227411093, %U A341114 18614977423,95302298208,113917275631,323136849470,437054125101,760190974571,1197245099672 %N A341114 Denominators of continued fraction convergents to 2^(1/12). %H A341114 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ContinuedFraction.html">Continued Fraction</a> %H A341114 Wikipedia, <a href="http://en.wikipedia.org/wiki/Twelfth_root_of_two">Twelfth root of two</a> %H A341114 <a href="/index/Mu#music">Index entries for sequences based on music</a> %F A341114 a(0) = 0, a(1) = 1, a(n) = A103922(n-1) * a(n-1) + a(n-2) for n > 1. %t A341114 Join[{0}, Denominator[Convergents[2^(1/12), 27]]] (* _Amiram Eldar_, Feb 05 2021 *) %Y A341114 For numerators see A341113. %Y A341114 Cf. A002351, A010774, A103922. %K A341114 nonn,frac %O A341114 0,3 %A A341114 _Seiichi Manyama_, Feb 05 2021