A339280 Number of unoriented series-parallel networks with n elements of 2 colors.
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
Keywords
Examples
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).
Programs
-
PARI
\\ See A339282 for R(n,k). seq(n) = {R(n,2)}
Comments