login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014507 Number of digraphs with loops, having unlabeled (non-isolated) nodes and n labeled edges. 2
1, 2, 13, 162, 3075, 80978, 2784067, 119971162, 6289972169, 392257225754, 28582571639293, 2398695602082442, 229094801646110203, 24652935339990534970, 2963620352166634246995 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

G. Labelle, Counting enriched multigraphs..., Discrete Math., 217 (2000), 237-248.

G. Paquin, D\'enombrement de multigraphes enrichis, M\'emoire, Math. Dept., Univ. Qu\'ebec \`a Montr\'eal, 2004.

FORMULA

Sum_{k=0..n} Stirling1(n, k)*Bell(2*k). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jun 21 2003

E.g.f.: exp(-1)*Sum_{n>=0} (1+x)^(n^2)/n!. [From Paul D. Hanna, Jul 3 2011]

a(n) = n!*exp(-1)*Sum_{k>=sqrt(n)} binomial(k^2,n)/k!. [From Paul D. Hanna, Jul 3 2011]

PROG

(PARI) /* From Vladeta Jovovic's formula: */

{Stirling1(n, k)=n!*polcoeff(binomial(x, n), k)}

{Bell(n)=n!*polcoeff(exp(exp(x+x*O(x^n))-1), n)}

{a(n)=sum(k=0, n, Stirling1(n, k)*Bell(2*k))}

CROSSREFS

Sequence in context: A054382 A062593 A192563 * A132614 A187927 A098638

Adjacent sequences:  A014504 A014505 A014506 * A014508 A014509 A014510

KEYWORD

nonn

AUTHOR

Simon Plouffe, gilbert(AT)lacim.uqam.ca (Gilbert Labelle).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 17:46 EST 2012. Contains 205835 sequences.