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-3 of 3 results.

A277042 G.f.: A(x) = x/Series_Reversion[x*G(x)] where A(x*G(x)) = G(x) = g.f. of A277041.

Original entry on oeis.org

1, 1, 0, 1, 0, 0, 27, 0, 0, 10666, 0, 0, 6174792, 0, 0
Offset: 0

Views

Author

Paul D. Hanna, Sep 25 2016

Keywords

Examples

			G.f.: A(x) = 1 + x + x^3 + 27*x^6 + 10666*x^9 + 6174792*x^12 +...
such that: A(x*G(x)) = G(x) = g.f. of A277041 where
G(x) = 1 + x + x^2 + 2*x^3 + 5*x^4 + 11*x^5 + 51*x^6 + 246*x^7 + 897*x^8 + 13526*x^9 + 115631*x^10 + 614681*x^11 + 8739556*x^12 + 89877217*x^13 + 596072842*x^14 +...+ A277041(n)*x^n +...
		

Crossrefs

A277043 Inverse binomial transform of A277041.

Original entry on oeis.org

1, 0, 0, 1, 0, 0, 30, 0, 0, 10921, 0, 0, 6308995, 0, 0
Offset: 0

Views

Author

Paul D. Hanna, Sep 25 2016

Keywords

Examples

			G.f.: A(x) = 1 + x^3 + 30*x^6 + 10921*x^9 + 6308995*x^12 +...
such that the binomial transform forms the g.f. of A277041:
A(x/(1-x))/(1-x) = 1 + x + x^2 + 2*x^3 + 5*x^4 + 11*x^5 + 51*x^6 + 246*x^7 + 897*x^8 + 13526*x^9 + 115631*x^10 + 614681*x^11 + 8739556*x^12 + 89877217*x^13 + 596072842*x^14 +...+ A277041(n)*x^n +...
Also, A(x/(G(x) - x)) = G(x) - x where G(x) = g.f. of A277042 where
G(x) = 1 + x + x^3 + 27*x^6 + 10666*x^9 + 6174792*x^12 +...+ A277042(n)*x^n +...
		

Crossrefs

Formula

Let G(x) be the g.f. of A277042, then g.f. A(x) satisfies:
(1) G(x*A(x)) = (1+x)*A(x).
(2) A(x/(G(x) - x)) = G(x) - x.
(3) A(x) = (1/x)*Series_Reversion(x/(G(x) - x)).
(4) G(x) = x + x/Series_Reversion(x*A(x)).

A277040 Limit of the coefficient of x^(3^m + n) in B(x)^(n+1) as m grows, where B(x) = Sum_{k>=0} x^(3^k).

Original entry on oeis.org

1, 2, 3, 8, 25, 66, 357, 1968, 8073, 135260, 1271941, 7376172, 113614228, 1258281038, 8941092630
Offset: 0

Views

Author

Paul D. Hanna, Sep 25 2016

Keywords

Comments

The g.f. of A277041(n) = a(n)/(n+1) appears to have an interesting functional interpretation.

Crossrefs

Programs

  • PARI
    { a(n) = local(m=n + ceil(log(n+3)/log(3)), B=sum(k=0, m, x^(3^k))); polcoeff((B+O(x^(3^m+n+1)))^(n+1), 3^m+n) }
    for(n=0,15,print1(a(n),", "))

Formula

a(n) = (n+1)*A277041(n).
Showing 1-3 of 3 results.