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.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 5985, 13112470, 8535294180, 3096620034795, 800118566011380, 166591475854153740, 30012638793107746776, 4892304538906805158775, 743352352817243899253160, 107478174967432322995403280, 15008321493306766503800761840, 2046331888629918743459557040544
Offset: 1

Views

Author

Michael Burkhart, Apr 23 2012

Keywords

Crossrefs

A diagonal of A343088.
Cf. A057500.

Programs

  • 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)];

Extensions

Offset corrected and terms a(16) and beyond from Andrew Howroyd, Apr 16 2021