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!)
A339227 Number of oriented series-parallel networks with n colored elements using exactly 2 colors. 3

%I #7 Nov 30 2020 08:56:40

%S 0,3,22,146,970,6601,46012,328188,2387498,17666752,132631060,

%T 1008068661,7743145556,60019505338,468911161556,3688746483355,

%U 29194239490432,232297608127077,1857240493924050,14912570002666430,120202700216204324,972289121546949231

%N Number of oriented series-parallel networks with n colored elements using exactly 2 colors.

%C See A339228 for additional details.

%F a(n) = A339226(n) - 2*A003430(n).

%e In the following examples elements in series are juxtaposed and elements in parallel are separated by '|'.

%e a(2) = 3: (12), (21), (22), (1|2).

%e a(3) = 22: (112), (121), (122), (211), (212), (221), (1(1|2)), (1(2|2)), (2(1|1)), (2(1|2)), ((1|1)2), ((1|2)1), ((1|2)2), ((2|2)1), (1|12), (1|21), (1|22), (2|21), (11|2), (12|2), (1|1|2), (1|2|2).

%o (PARI) \\ See A339228 for R(n,k).

%o seq(n) = {R(n,2) - 2*R(n,1)}

%Y Column k=2 of A339228.

%Y Cf. A003430, A339226.

%K nonn

%O 1,2

%A _Andrew Howroyd_, Nov 28 2020

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 June 30 04:58 EDT 2024. Contains 373861 sequences. (Running on oeis4.)