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.
%I A046745 #19 Jul 16 2022 07:44:30 %S A046745 1,2,5,10,22,52,131,358,1068,3390,11461,40964,153786,603927,2471798, %T A046745 10509270,46296937,210848414,990794383,4795761825,23875074600, %U A046745 122086530809,640484152252,3443478138871,18954259427121,106719731914780,614115134054991,3609008134177109 %N A046745 Number of connected graphs with <= n edges. %H A046745 Andrew Howroyd, <a href="/A046745/b046745.txt">Table of n, a(n) for n = 1..60</a> %H A046745 G. A. Baker et al., <a href="http://dx.doi.org/10.1103/PhysRev.164.800">High-temperature expansions for the spin-1/2 Heisenberg model</a>, Phys. Rev., 164 (1967), 800-817. %t A046745 A000664 = Cases[Import["https://oeis.org/A000664/b000664.txt", "Table"], {_, _}][[All, 2]]; %t A046745 (* EulerInvTransform is defined in A022562 *) %t A046745 A002905 = EulerInvTransform[Rest@A000664]; %t A046745 Accumulate[A002905] (* _Jean-François Alcover_, Jul 16 2022 *) %Y A046745 Partial sums of A002905. %K A046745 nonn,nice %O A046745 1,2 %A A046745 _N. J. A. Sloane_ %E A046745 More terms from _Vladeta Jovovic_, Apr 10 2001 %E A046745 More terms from _Vladeta Jovovic_, Jul 05 2003 %E A046745 Terms a(25) and beyond added by _Andrew Howroyd_, May 06 2021