cp's OEIS Frontend

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.

A301362 G.f. A(x) satisfies: A(x) = 1/(1 + x*A(x)/(1 + x^2*A(x)/(1 + x^3*A(x)/(1 + x^4*A(x)/(1 + ...))))), a continued fraction.

This page as a plain text file.
%I A301362 #8 Feb 16 2025 08:33:53
%S A301362 1,-1,2,-4,9,-22,56,-148,403,-1123,3190,-9204,26900,-79473,236952,
%T A301362 -712046,2154304,-6556711,20060425,-61661700,190326371,-589671041,
%U A301362 1833130534,-5716318998,17875708018,-56044448728,176130887793,-554744916727,1750798162859,-5536066777444,17536100715442
%N A301362 G.f. A(x) satisfies: A(x) = 1/(1 + x*A(x)/(1 + x^2*A(x)/(1 + x^3*A(x)/(1 + x^4*A(x)/(1 + ...))))), a continued fraction.
%H A301362 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Rogers-RamanujanContinuedFraction.html">Rogers-Ramanujan Continued Fraction</a>
%e A301362 G.f. A(x) = 1 - x + 2*x^2 - 4*x^3 + 9*x^4 - 22*x^5 + 56*x^6 - 148*x^7 + 403*x^8 - 1123*x^9 + ...
%Y A301362 Cf. A007325, A192728.
%K A301362 sign
%O A301362 0,3
%A A301362 _Ilya Gutkovskiy_, Mar 19 2018