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.

A339280 Number of unoriented series-parallel networks with n elements of 2 colors.

Original entry on oeis.org

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

Views

Author

Andrew Howroyd, Nov 30 2020

Keywords

Comments

See A339282 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) = 6: (11), (12), (22), (1|1), (1|2), (2|2).
		

Crossrefs

Programs

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