cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A339226 Number of oriented series-parallel networks with n elements of 2 colors.

Original entry on oeis.org

2, 7, 32, 176, 1066, 6935, 47216, 332700, 2404818, 17734668, 132901644, 1009161505, 7747608480, 60037905076, 468987635982, 3689066578347, 29195587558726, 232303316402615, 1857264782113562, 14912673794505898, 120203145484455930, 972291038495626309
Offset: 1

Views

Author

Andrew Howroyd, Nov 28 2020

Keywords

Comments

See A339228 for additional details.

Examples

			In the following examples elements in series are juxtaposed and elements in parallel are separated by '|'.
a(1) = 2: (1), (2).
a(2) = 7: (11), (12), (21), (22), (1|1), (1|2), (2|2).
		

Crossrefs

Programs

  • PARI
    \\ See A339228 for R(n,k).
    seq(n) = {R(n,2)}