Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A364374

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
G.f. satisfies A(x) = (1 + x*A(x)) * (1 - x*A(x)^2).
(history; published version)
#26 by Michael De Vlieger at Sun Sep 08 08:25:09 EDT 2024
STATUS

reviewed

approved

#25 by Stefano Spezia at Sun Sep 08 08:08:26 EDT 2024
STATUS

proposed

reviewed

#24 by Peter Bala at Sun Sep 08 08:00:20 EDT 2024
STATUS

editing

proposed

#23 by Peter Bala at Sun Sep 08 07:53:31 EDT 2024
FORMULA

A(x) = (1/x) * series_reversion(x*(1 + x + x^2)/(1 + x)). - Peter Bala, Sep 08 2024

CROSSREFS
KEYWORD

sign,easy

STATUS

approved

editing

#22 by Joerg Arndt at Sat Oct 21 05:36:34 EDT 2023
STATUS

reviewed

approved

#21 by Michel Marcus at Sat Oct 21 03:06:29 EDT 2023
STATUS

proposed

reviewed

#20 by Jean-François Alcover at Sat Oct 21 03:06:10 EDT 2023
STATUS

editing

proposed

#19 by Jean-François Alcover at Sat Oct 21 03:06:03 EDT 2023
MATHEMATICA

nmax = 33;

A[_] = 1;

Do[A[x_] = (1+x*A[x])*(1-x*A[x]^2) + O[x]^(nmax+1) // Normal, {nmax}];

CoefficientList[A[x], x] (* Jean-François Alcover, Oct 21 2023 *)

STATUS

approved

editing

#18 by OEIS Server at Sat Sep 30 13:08:45 EDT 2023
LINKS

Seiichi Manyama, <a href="/A364374/b364374_1.txt">Table of n, a(n) for n = 0..1000</a>

#17 by Michael De Vlieger at Sat Sep 30 13:08:45 EDT 2023
STATUS

proposed

approved

Discussion
Sat Sep 30
13:08
OEIS Server: Installed first b-file as b364374.txt.