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.

Showing 1-1 of 1 results.

A293854 G.f. A(x) = Sum_{n>=0} a(n)*x^n satisfies A(x) = 1/(1 - a(0)*x - a(0)*x^2/(1 - a(1)*x - a(1)*x^2/(1 - a(2)*x - a(2)*x^2/(1 - ... )))), a continued fraction.

Original entry on oeis.org

1, 1, 2, 4, 9, 22, 59, 177, 611, 2516, 12920, 86365, 776624, 9657931, 169092427, 4225447537, 154124945314, 8322768187672, 682155062207265, 87453058120694362, 17875236303587679031, 6127017505201742648325, 3596451909621665099998347
Offset: 0

Views

Author

Ilya Gutkovskiy, Oct 17 2017

Keywords

Examples

			G.f. =  1 + x + 2*x^2 + 4*x^3 + 9*x^4 + 22*x^5 + 59*x^6 + ... = 1/(1 - x - x^2/(1 - x - x^2/(1 - 2*x - 2*x^2/(1 - 4*x - 4*x^2/(1 - 9*x - 9*x^2/(1 - 22*x - 22*x^2/(1 - 59*x - 59*x^2/(1 - ...)))))))).
		

Crossrefs

Showing 1-1 of 1 results.