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!)
A339229 Number of oriented series-parallel networks with n integer valued elements spanning an initial interval of positive integers. 5
1, 5, 46, 677, 13897, 367329, 11875112, 453884998, 20021744482, 1001103144204, 55950350379398, 3456387167052662, 233868854544617505, 17200896572547662922, 1366363690436820691346, 116580486267706011046208, 10633034275200701222560393, 1032398637197381396948606128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A339228 for additional details.
LINKS
EXAMPLE
In the following examples elements in series are juxtaposed and elements in parallel are separated by '|'.
a(1) = 1: (1).
a(2) = 5: (11), (12), (21), (1|1), (1|2).
PROG
(PARI) \\ See A339228 for R(n, k).
seq(n)={sum(k=1, n, R(n, k)*sum(r=k, n, binomial(r, k)*(-1)^(r-k)) )}
CROSSREFS
Row sums of A339228.
Sequence in context: A052894 A363355 A292408 * A295552 A066998 A036246
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Nov 28 2020
STATUS
approved

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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)