login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A329053 Number of bicolored acyclic graphs on n unlabeled nodes. 3
1, 2, 4, 8, 16, 32, 65, 134, 280, 598, 1300, 2884, 6516, 15008, 35147, 83680, 202139, 494982, 1226753, 3074146, 7779561, 19863702, 51125018, 132541616, 345867101, 907922596, 2396276355, 6355845398, 16934718359, 45309972502, 121697068925, 328029259192 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The two color classes are not interchangeable. Adjacent nodes cannot have the same color.
LINKS
FORMULA
Euler transform of A122086.
PROG
(PARI)
EulerT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, 1/n))))-1, -#v)}
TreeGf(N)={my(A=vector(N, j, 1)); for (n=1, N-1, A[n+1] = 1/n * sum(k=1, n, sumdiv(k, d, d*A[d]) * A[n-k+1] ) ); x*Ser(A)}
seq(n)={concat([1], EulerT(Vec(2*TreeGf(n) - TreeGf(n)^2)))}
CROSSREFS
Antidiagonal sums of A329052.
Cf. A122086.
Sequence in context: A367652 A023421 A098051 * A084637 A100137 A325917
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Nov 02 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)