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.

A317799 G.f.: Sum_{n>=0} (4*(1+x)^n - 1)^n / 4^(n+1).

Original entry on oeis.org

1, 28, 2644, 418108, 92624756, 26388012380, 9189259388052, 3782063138596476, 1796136011427955636, 966755321167565129372, 581573928178258915024596, 386690499153558305585430460, 281600848152507182372274325492, 222904650325844057584524049181660, 190559248618061561787517993382005012
Offset: 0

Views

Author

Paul D. Hanna, Aug 14 2018

Keywords

Examples

			G.f.: A(x) = 1 + 28*x + 2644*x^2 + 418108*x^3 + 92624756*x^4 + 26388012380*x^5 + 9189259388052*x^6 + 3782063138596476*x^7 + 1796136011427955636*x^8 + ...
such that
A(x) = 1/4  +  (4*(1+x) - 1)/4^2  +  (4*(1+x)^2 - 1)^3/4^3  +  (4*(1+x)^3 - 1)^4/4^4  +  (4*(1+x)^4 - 1)^4/4^5  +  (4*(1+x)^5 - 1)^5/4^6  + ...
Also,
A(x) = 1/5  +  4*(1+x)/(4 + (1+x))^2  +  4^2*(1+x)^4/(4 + (1+x)^2)^4  +  4^3*(1+x)^9/(4 + (1+x)^3)^4  +  4^4*(1+x)^16/(4 + (1+x)^4)^5  +  4^5*(1+x)^25/(4 + (1+x)^5)^6  +  4^6*(1+x)^36/(4 + (1+x)^6)^7  + ...
		

Crossrefs

Formula

G.f. satisfies:
(1) Sum_{n>=0} 4^n * (1+x)^(n^2) / (4 + (1+x)^n)^(n+1).
(2) Sum_{n>=0} ((1+x)^n - 1/4)^n / 4.
Showing 1-1 of 1 results.