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!)
A339298 Number of oriented series-parallel networks with n integer valued elements spanning an initial interval of positive integers and without multiple unit elements in parallel. 1
1, 3, 26, 339, 6241, 146261, 4192048, 141800728, 5532432894, 244530744314, 12076710992326, 659091388208810, 39390323152318533, 2558571976136883890, 179469998189344217166, 13520418589045722826274, 1088748555389998857776521, 93324804498600668393385498 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A339297 for additional details.
LINKS
PROG
(PARI) \\ See A339297 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 A339297.
Cf. A339229.
Sequence in context: A357337 A227020 A119293 * A366315 A328269 A136046
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Dec 22 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 19 04:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)