login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A339280
Number of unoriented series-parallel networks with n elements of 2 colors.
3
2, 6, 22, 106, 582, 3622, 24060, 167803, 1206852, 8881775, 66496238, 504729590, 3874281594, 30020527274, 234498941338, 1844550287865, 14597849688004, 116151844649673, 928633009522942, 7456338969251761, 60101579662366508, 486145542528043029, 3944844113529346468
OFFSET
1,1
COMMENTS
See A339282 for additional details.
EXAMPLE
In the following examples, elements in series are juxtaposed and elements in parallel are separated by '|'.
a(1) = 2: (1), (2).
a(2) = 6: (11), (12), (22), (1|1), (1|2), (2|2).
PROG
(PARI) \\ See A339282 for R(n, k).
seq(n) = {R(n, 2)}
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Nov 30 2020
STATUS
approved