A060576 a(n) = 1 except for a(1) = 0.
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, 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, 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
Offset: 0
References
- I. P. Goulden and D. M. Jackson, Combinatorial Enumeration, Wiley, N.Y., 1983.
Links
- V. Jovovic, Generating functions for homeomorphically irreducible general graphs on n labeled nodes.
- V. Jovovic, Recurrences for the numbers of homeomorphically irreducible general graphs on m labeled nodes and n edges.
- Eric Weisstein's World of Mathematics, Elementary Cellular Automaton.
- S. Wolfram, A New Kind of Science.
- Index to Elementary Cellular Automata
- Index entries for sequences related to cellular automata
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Maple
1, 0, seq(1, n=2..200); # Wesley Ivan Hurt, Apr 12 2017
-
PARI
a(n)=n!=1 \\ Charles R Greathouse IV, Jun 06 2013
Formula
G.f.: (x^2 - x + 1)/(1 - x). a(0)=1, a(1)=0; a(n)=1, n > 1.
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!.
E.g.f.: e^x - x. - Paul Barry, May 06 2007
a(n) = 1 - binomial(0,n-1). - Arkadiusz Wesolowski, Feb 10 2012
Extensions
Definition simplified by N. J. A. Sloane, Sep 26 2023
Comments