login
A036723
G.f. satisfies A(x) = 1 + x*cycle_index(G,A(x)) where G = cyclic group of order 2 generated by (1,2)(3,4).
2
1, 1, 2, 8, 30, 135, 622, 3032, 15134, 77506, 403780, 2135588, 11430910, 61815916, 337193808, 1853183376, 10251612034, 57037706410, 318965425380, 1791842232154, 10107161112356, 57221612791015, 325045726349906, 1852055247196164, 10582212069299974, 60619677502607406
OFFSET
0,3
LINKS
FORMULA
G.f. A(x) satisfies A(x) = 1 + x*(A(x)^4 + A(x^2)^2)/2. - Andrew Howroyd, Jul 23 2026
PROG
(PARI) seq(n) = {my(g=O(1)); for(i=0, n, g = 1+x*(g^4 + subst(g^2, x, x^2))/2); Vec(g)} \\ Andrew Howroyd, Jul 23 2026
CROSSREFS
Column k=2 of A398106.
Sequence in context: A150783 A150784 A150785 * A150786 A150787 A150788
KEYWORD
nonn,changed
STATUS
approved