cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A182295 Number of connected labeled graphs with n nodes and n+10 edges.

This page as a plain text file.
%I A182295 #26 Jun 22 2025 13:42:48
%S A182295 0,0,0,0,0,0,5985,13112470,8535294180,3096620034795,800118566011380,
%T A182295 166591475854153740,30012638793107746776,4892304538906805158775,
%U A182295 743352352817243899253160,107478174967432322995403280,15008321493306766503800761840,2046331888629918743459557040544
%N A182295 Number of connected labeled graphs with n nodes and n+10 edges.
%H A182295 Andrew Howroyd, <a href="/A182295/b182295.txt">Table of n, a(n) for n = 1..100</a>
%H A182295 Steven R. Finch, <a href="https://arxiv.org/abs/2408.12440">An exceptional convolutional recurrence</a>, arXiv:2408.12440 [math.CO], 22 Aug 2024.
%H A182295 S. Janson, D. E. Knuth, T. Ɓuczak and B. Pittel, <a href="http://dx.doi.org/10.1002/rsa.3240040303">The Birth of the Giant Component</a>, Random Structures and Algorithms Vol. 4 (1993), 233-358.
%p A182295 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)];
%Y A182295 A diagonal of A343088.
%Y A182295 Cf. A057500.
%K A182295 nonn
%O A182295 1,7
%A A182295 _Michael Burkhart_, Apr 23 2012
%E A182295 Offset corrected and terms a(16) and beyond from _Andrew Howroyd_, Apr 16 2021