login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A182295
Number of connected labeled graphs with n nodes and n+10 edges.
2
0, 0, 0, 0, 0, 0, 5985, 13112470, 8535294180, 3096620034795, 800118566011380, 166591475854153740, 30012638793107746776, 4892304538906805158775, 743352352817243899253160, 107478174967432322995403280, 15008321493306766503800761840, 2046331888629918743459557040544
OFFSET
1,7
LINKS
Steven R. Finch, An exceptional convolutional recurrence, arXiv:2408.12440 [math.CO], 22 Aug 2024.
S. Janson, D. E. Knuth, T. Luczak and B. Pittel, The Birth of the Giant Component, Random Structures and Algorithms Vol. 4 (1993), 233-358.
MAPLE
N:=20: [seq(coeff(op(i, [seq(coeff(taylor(log(add(x^i*(1+y)^(binomial(i, 2))/i!, i=0..N)), x=0, N+1), x, i)*i!, i=1..N)]), y, i-1+11), i=1..N)];
CROSSREFS
A diagonal of A343088.
Cf. A057500.
Sequence in context: A237011 A274362 A233871 * A028546 A055108 A046903
KEYWORD
nonn
AUTHOR
Michael Burkhart, Apr 23 2012
EXTENSIONS
Offset corrected and terms a(16) and beyond from Andrew Howroyd, Apr 16 2021
STATUS
approved