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!)
A099700 Consider the family of multigraphs enriched by the species of simple graphs. Sequence gives number of those multigraphs with n labeled edges. 2
1, 1, 4, 29, 330, 5438, 128211, 4808964, 378829853, 77137284917, 36854103598061, 36864364745783295, 74684573193253556537, 304187997559381840229969, 2484431769481244742219110666, 40639512967159110848931023115111, 1330529956364528398902155692019721596 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
G. Paquin, Dénombrement de multigraphes enrichis, Mémoire, Math. Dept., Univ. Québec à Montréal, 2004.
LINKS
G. Paquin, Dénombrement de multigraphes enrichis, Mémoire, Math. Dept., Univ. Québec à Montréal, 2004. [Cached copy, with permission]
FORMULA
E.g.f.: B(R(x)) where B(x) is the e.g.f. of A014500 and 1 + R(x) is the e.g.f. of A006125. - Andrew Howroyd, Jan 12 2021
PROG
(PARI) \\ R(n) is A006125 as e.g.f.; EnrichedGnSeq defined in A098620.
R(n)={sum(k=0, n, 2^binomial(k, 2)*x^k/k!) + O(x*x^n)}
EnrichedGnSeq(R(20)) \\ Andrew Howroyd, Jan 12 2021
CROSSREFS
Sequence in context: A028853 A118795 A325478 * A305636 A276728 A256006
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 26 2004
EXTENSIONS
Terms a(12) and beyond from Andrew Howroyd, Jan 12 2021
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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)