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.

Showing 1-7 of 7 results.

A006447 Consider a 2-D cellular automaton generated by the Schrandt-Ulam rule of A170896, but confined to a semi-infinite strip of width n, starting with one ON cell at the top left corner; a(n) is the period of the resulting structure.

Original entry on oeis.org

1, 2, 3, 5, 5, 8, 13, 13, 13, 26, 13, 91, 13, 106, 106, 75, 93, 62, 80, 132, 337, 416, 62, 62, 62, 271, 34, 155, 525, 548, 1084, 115, 62, 558, 62, 1500, 2922, 124, 2958, 3374, 2323, 4183, 8073, 7925, 744, 2298, 434, 6700, 310, 23796, 12732, 26405
Offset: 1

Views

Author

Keywords

Comments

Schrandt and Ulam remark that there seems to be no simple relation between n and a(n).
The original report included two further terms, but they were omitted from the published version, so are presumably unreliable.

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Extensions

Entry revised by N. J. A. Sloane, Jan 09 2010
More terms from Sean A. Irvine, Apr 13 2017

A170897 Number of new cells turned ON at generation n in cellular automaton described in A170896.

Original entry on oeis.org

0, 1, 4, 4, 4, 12, 4, 12, 12, 12, 20, 12, 20, 28, 12, 12, 12, 20, 28, 20, 36, 36, 44, 44, 36, 52, 52, 28, 28, 28, 36, 44, 44, 68, 68, 76, 76, 60, 68, 68, 68, 68, 60, 36, 68, 68, 84, 100, 76, 76, 92, 68, 84, 92, 100, 140, 100, 132, 116, 100, 84, 76, 108, 140, 108, 100, 100, 132, 92, 156, 172, 124, 76, 108, 108, 124, 164, 140, 148, 132, 116, 108, 172, 156, 132, 108, 140, 148, 196
Offset: 0

Views

Author

N. J. A. Sloane, Jan 09 2010

Keywords

Comments

First differences of A170896. See that entry for much more information.

Crossrefs

Cf. A170896.

Extensions

Revised by David Applegate and N. J. A. Sloane, Jan 21 2016

A266536 Total number of ON cells after n-th stage in a 90-degree sector of the cellular automaton of A170896.

Original entry on oeis.org

0, 1, 2, 3, 6, 7, 10, 13, 16, 21, 24, 29, 36, 39, 42, 45, 50, 57, 62, 71, 80, 91, 102, 111, 124, 137, 144, 151, 158, 167, 178, 189, 206, 223, 242, 261, 276, 293, 310, 327, 344, 359, 368, 385, 402, 423, 448, 467, 486, 509, 526, 547, 570, 595, 630, 655, 688, 717, 742, 763, 782, 809, 844, 871, 896, 921, 954, 977, 1016, 1059
Offset: 0

Views

Author

Omar E. Pol, Jan 12 2016

Keywords

Comments

The structure looks like a tree which arises from one of the four spokes of the structure of the cellular automaton of A170896.
a(n) is the total number of ON cells after n-th stage.
For n >> 1 the structure looks like a square which is rotated 45 degrees.
First differs from both A161336 (snowflake tree) and A266534 at a(13).

Crossrefs

Formula

a(n) = (A170896(n+1) - 1)/4.

A151895 Number of ON cells after n generations of the cellular automaton on the square grid that is described in the Comments.

Original entry on oeis.org

0, 1, 5, 9, 13, 25, 29, 41, 53, 65, 85, 97, 117, 145, 149, 161, 173, 185, 213, 233, 261, 297, 333, 385, 429, 481, 533, 545, 573, 601, 629, 673, 717, 761, 837, 905, 989, 1033, 1085, 1145, 1197, 1257, 1309, 1337, 1397, 1457, 1525, 1625, 1669
Offset: 0

Views

Author

David Applegate and N. J. A. Sloane, Jul 30 2009

Keywords

Comments

The cells are the squares of the standard square grid.
Cells are either OFF or ON, once they are ON they stay ON, and we begin in generation 1 with 1 ON cell.
Each cell has 4 neighbors, those that it shares an edge with. Cells that are ON at generation n all try simultaneously to turn ON all their neighbors that are OFF. They can only do this at this point in time; afterwards they go to sleep (but stay ON).
A square Q is turned ON at generation n+1 if:
a) Q shares an edge with one and only one square P (say) that was turned ON at generation n (in which case the two squares which intersect Q only in a vertex not on that edge are called Q's "outer squares"), and
b) Q's outer squares were not considered (that is, satisfied a)) in any previous generation, and
c) Q's outer squares are not prospective squares of the (n+1)st generation satisfying a).
Originally constructed in an attempt to explain the Holladay-Ulam CA shown in Fig. 2 of the 1962 Ulam article. However, as explained on page 222 of that article, the actual rule for that CA (see A151906, A151907) is different from ours.
A170896 and A267190 are also closely related cellular automata.
A151895 and A267190 first differ at n=17, when A267190 turns (12,2) ON even though its outer square (11,1) was considered (not turned ON) in a previous generation. - David Applegate, Jan 30 2016

References

  • D. Applegate, Omar E. Pol and N. J. A. Sloane, The Toothpick Sequence and Other Sequences from Cellular Automata, Congressus Numerantium, Vol. 206 (2010), 157-191.

Crossrefs

See A170896, A170897 for the original Schrandt-Ulam version.
Cf. A151896 (the first differences), A139250, A151905, A151906, A151907, A267190, A267191.

Formula

We do not know of a recurrence or generating function.

Extensions

Entry (including definition) revised by David Applegate and N. J. A. Sloane, Jan 21 2016

A170802 a(n) = n^10*(n^10 + 1)/2.

Original entry on oeis.org

0, 1, 524800, 1743421725, 549756338176, 47683720703125, 1828079250264576, 39896133290043625, 576460752840294400, 6078832731271856601, 50000000005000000000, 336374997479248716901, 1916879996254696243200
Offset: 0

Views

Author

N. J. A. Sloane, Dec 11 2009

Keywords

Comments

By definition, all terms are triangular numbers. - Harvey P. Dale, Aug 12 2012
Number of unoriented rows of length 20 using up to n colors. For a(0)=0, there are no rows using no colors. For a(1)=1, there is one row using that one color for all positions. For a(2)=524800, there are 2^20=1048576 oriented arrangements of two colors. Of these, 2^10=1024 are achiral. That leaves (1048576-1024)/2=523776 chiral pairs. Adding achiral and chiral, we get 524800. - Robert A. Russell, Nov 13 2018

Crossrefs

Row 20 of A277504.
Cf. A010808 (oriented), A008454 (achiral).
Sequences of the form n^10*(n^m + 1)/2: A170793 (m=1), A170794 (m=2), A170795 (m=3), A170896 (m=4), A170797 (m=5), A170798 (m=6), A170799 (m=7), A170800 (m=8), A170801 (m=9), this sequence (m=10).

Programs

  • GAP
    List([0..30], n -> n^10*(n^10+1)/2); # G. C. Greubel, Nov 15 2018
    
  • Magma
    [n^10*(n^10+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 27 2011
    
  • Maple
    seq(n^10*(n^10 +1)/2, n=0..20); # G. C. Greubel, Oct 11 2019
  • Mathematica
    n10[n_]:=Module[{c=n^10},(c(c+1))/2];Array[n10,15,0] (* Harvey P. Dale, Jul 17 2012 *)
  • PARI
    vector(30, n, n--; n^10*(n^10+1)/2) \\ G. C. Greubel, Nov 15 2018
    
  • Python
    for n in range(0,20): print(int(n**10*(n**10 + 1)/2), end=', ') # Stefano Spezia, Nov 15 2018
  • Sage
    [n^10*(n^10+1)/2 for n in range(30)] # G. C. Greubel, Nov 15 2018
    

Formula

From Robert A. Russell, Nov 13 2018: (Start)
a(n) = (A010808(n) + A008454(n)) / 2 = (n^20 + n^10) / 2.
G.f.: (Sum_{j=1..20} S2(20,j)*j!*x^j/(1-x)^(j+1) + Sum_{j=1..10} S2(10,j)*j!*x^j/(1-x)^(j+1)) / 2, where S2 is the Stirling subset number A008277.
G.f.: x*Sum_{k=0..19} A145882(20,k) * x^k / (1-x)^21.
E.g.f.: (Sum_{k=1..20} S2(20,k)*x^k + Sum_{k=1..10} S2(10,k)*x^k) * exp(x) / 2, where S2 is the Stirling subset number A008277.
For n>20, a(n) = Sum_{j=1..21} -binomial(j-22,j) * a(n-j). (End)

A267190 Number of ON cells after n generations of the cellular automaton on the square grid that is described in the Comments.

Original entry on oeis.org

0, 1, 5, 9, 13, 25, 29, 41, 53, 65, 85, 97, 117, 145, 149, 161, 173, 193, 221, 241, 277, 313, 357, 401, 437, 489, 541, 553, 581, 609, 645, 689, 733, 801, 869, 945, 1021, 1081, 1149, 1217, 1277, 1345, 1397, 1433, 1501, 1569, 1653, 1753, 1829, 1905, 1997, 2057, 2141, 2225, 2317, 2449, 2549, 2681, 2797, 2889, 2965, 3041, 3149, 3289
Offset: 0

Views

Author

David Applegate and N. J. A. Sloane, Jan 21 2016

Keywords

Comments

The cells are the squares of the standard square grid.
Cells are either OFF or ON, once they are ON they stay ON, and we begin in generation 1 with 1 ON cell.
Each cell has 4 neighbors, those that it shares an edge with. Cells that are ON at generation n all try simultaneously to turn ON all their neighbors that are OFF. They can only do this at this point in time; afterwards they go to sleep (but stay ON).
A square Q is turned ON at generation n+1 if:
a) Q shares an edge with one and only one square P (say) that was turned ON at generation n (in which case the two squares which intersect Q only in a vertex not on that edge are called Q's “outer squares”), and
b) Q's outer squares were not turned ON in any previous generation, and
c) Q's outer squares are not prospective squares of the (n+1)st generation satisfying a).
A151895, A151906, and A170896 are closely related cellular automata.
The key difference between this and A170896 is that if we have two squares Q1 and Q2, both satisfying a), and that are each an outer square of the other, where Q1 satisfies b), but Q2 does not, then for A170896 Q1 is accepted, but for this sequence Q1 is eliminated. This first happens at n=14, when, for example, A170896 turns (8,3) ON but A267190 doesn't (because (9,2) fails to satisfy b) because (8,1) is ON). - David Applegate, Jan 30 2016
A151895 and A267190 first differ at n=17, when A267190 turns (12,2) ON even though its outer square (11,1) was considered (not turned ON) in a previous generation. - David Applegate, Jan 30 2016

References

  • D. Applegate, Omar E. Pol and N. J. A. Sloane, The Toothpick Sequence and Other Sequences from Cellular Automata, Congressus Numerantium, Vol. 206 (2010), 157-191

Crossrefs

Cf. A267191 (first differences), A151895, A151906, A170896.
See also A139250.

Formula

We do not know of a recurrence or generating function.

Extensions

Corrected by David Applegate, Jan 30 2016

A293392 Total number of ON cells after n-th stage in a 90-degree sector of the cellular automaton of A267190.

Original entry on oeis.org

0, 1, 2, 3, 6, 7, 10, 13, 16, 21, 24, 29, 36, 37, 40, 43, 48, 55, 60, 69, 78, 89, 100, 109, 122, 135, 138, 145, 152, 161, 172, 183, 200, 217, 236, 255, 270, 287, 304, 319, 336, 349, 358, 375, 392, 413, 438, 457, 476, 499, 514, 535, 556, 579, 612, 637, 670, 699, 722, 741, 760, 787, 822, 847, 872, 897, 930, 953, 992
Offset: 0

Views

Author

Omar E. Pol, Oct 08 2017

Keywords

Comments

The structure looks like a tree which arises from one of the four spokes of the structure of the cellular automaton of A267190.
a(n) is the total number of ON cells after n-th stage.
For n >> 1 the structure looks like a square which is rotated 45 degrees.
First differs from A161336 at a(17), where A161336 is a version of A161330 (the snowflake cellular automaton).
First differs from A266534 at a(16), where A266534 is a version of A151895.
First differs from A266536 at a(13), where A266536 is a version of A170896 (the Schrandt-Ulam cellular automaton).
From Omar E. Pol, Oct 16 2017: (Start)
The graph of both A266536 and this sequence are very similar.
For n >> 1, it appears that A266534(n) < A161336(n) < a(n) < A266536(n).
The graphs of these four sequences are similar, and the behavior looks like percolation.
It appears that there are no recurrences in these four sequences. Thus it appears that there are no recurrences in A151895, A161330, A267190 and A170896. (End)

Crossrefs

Formula

a(n) = (A267190(n+1) - 1)/4.
Showing 1-7 of 7 results.