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 A291332 #8 Jul 21 2018 07:23:48 %S A291332 1,1,10,4159,162045118,1063421637466546,1858323116289048481112500, %T A291332 1253322341309506161980784960477550459, %U A291332 445827827888374514639499681047571455105640696771958,109534636154930845670316103395158313783593902542091687316468724140446 %N A291332 a(n) = [x^n] 1/(1 - x/(1 - 3^n*x/(1 - 5^n*x/(1 - 7^n*x/(1 - 9^n*x/(1 - ...)))))), a continued fraction. %F A291332 a(n) = A291261(n,n). %F A291332 a(n) ~ c * ((2*n-1)!!)^n ~ c * 2^(n^2 + n/2) * n^(n^2) / exp(n^2 + 1/24), where c = 1/QPochhammer(exp(-1)) = 1.9824409074128737036856824655613120156828827... - _Vaclav Kotesovec_, Aug 26 2017, updated Jul 21 2018 %t A291332 Table[SeriesCoefficient[1/(1 + ContinuedFractionK[-(2 i - 1)^n x, 1, {i, 1, n}]), {x, 0, n}], {n, 0, 9}] %Y A291332 Main diagonal of A291261. %Y A291332 Cf. A291547. %K A291332 nonn %O A291332 0,3 %A A291332 _Ilya Gutkovskiy_, Aug 22 2017