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 A060576 #60 Feb 16 2025 08:32:44 %S A060576 1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, %T A060576 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, %U A060576 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 %N A060576 a(n) = 1 except for a(1) = 0. %C A060576 Old name: Number of homeomorphically irreducible general graphs on 1 labeled node and with n edges. %C A060576 A homeomorphically irreducible general graph is a graph with multiple edges and loops and without nodes of degree 2. %C A060576 This sequence is also produced by Wolfram's Rule 253 of Elementary Cellular Automaton as a triangle read by rows giving successive states initiated with a single ON (black) cell. See the Wolfram, Weisstein and Index links below. - _Robert Price_, Jan 31 2016 %C A060576 Decimal expansion of 91/900. - _Elmo R. Oliveira_, May 05 2024 %D A060576 I. P. Goulden and D. M. Jackson, Combinatorial Enumeration, Wiley, N.Y., 1983. %H A060576 V. Jovovic, <a href="/A060576/a060576.pdf">Generating functions for homeomorphically irreducible general graphs on n labeled nodes</a>. %H A060576 V. Jovovic, <a href="/A060576/a060576_rec.pdf">Recurrences for the numbers of homeomorphically irreducible general graphs on m labeled nodes and n edges</a>. %H A060576 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ElementaryCellularAutomaton.html">Elementary Cellular Automaton</a>. %H A060576 S. Wolfram, <a href="http://wolframscience.com/">A New Kind of Science</a>. %H A060576 <a href="https://oeis.org/wiki/Index_to_Elementary_Cellular_Automata">Index to Elementary Cellular Automata</a> %H A060576 <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a> %H A060576 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1). %F A060576 G.f.: (x^2 - x + 1)/(1 - x). a(0)=1, a(1)=0; a(n)=1, n > 1. %F A060576 E.g.f. for homeomorphically irreducible general graphs with n nodes and k edges is (1 + x*y)^(- 1/2)*exp(- x*y/2 + x^2*y^2/4)*Sum_{k >= 0} 1/(1 - x)^binomial(k + 1, 2)*exp(- x^2*y*k^2/(2*(1 + x*y)) - x^2*y*k/2)*y^k/k!. %F A060576 E.g.f.: e^x - x. - _Paul Barry_, May 06 2007 %F A060576 a(n) = 1 - binomial(0,n-1). - _Arkadiusz Wesolowski_, Feb 10 2012 %p A060576 1, 0, seq(1, n=2..200); # _Wesley Ivan Hurt_, Apr 12 2017 %o A060576 (PARI) a(n)=n!=1 \\ _Charles R Greathouse IV_, Jun 06 2013 %Y A060576 Cf. A003514, A060516, A060533-A060537, A060577-A060581. %K A060576 nonn,easy %O A060576 0,1 %A A060576 _Vladeta Jovovic_, Apr 03 2001 %E A060576 Definition simplified by _N. J. A. Sloane_, Sep 26 2023