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-9 of 9 results.

A211974 Number of E-toothpicks added at n-th stage in the structure of A161336.

Original entry on oeis.org

0, 1, 1, 1, 3, 1, 3, 3, 3, 5, 3, 5, 7, 1, 3, 3, 5, 9, 5, 13, 7, 9, 13, 7, 11, 13, 3, 7, 7, 9, 15, 11, 21, 15, 15, 17, 11, 13, 15, 15, 15, 9, 11, 19, 13, 21, 21, 17, 17, 23, 17, 27, 17, 19, 27, 21, 27, 19, 17, 17, 21, 31, 31, 25, 23
Offset: 0

Views

Author

Omar E. Pol, Dec 15 2012

Keywords

Comments

Essentially the first differences of A161336.

Crossrefs

Formula

a(n) = A161331(n+1)/6, n >= 1.

A267700 "Tree" sequence in a 90-degree sector of the cellular automaton of A160720.

Original entry on oeis.org

0, 1, 2, 5, 6, 9, 12, 19, 20, 23, 26, 33, 36, 43, 50, 65, 66, 69, 72, 79, 82, 89, 96, 111, 114, 121, 128, 143, 150, 165, 180, 211, 212, 215, 218, 225, 228, 235, 242, 257, 260, 267, 274, 289, 296, 311, 326, 357, 360, 367, 374, 389, 396, 411, 426, 457, 464, 479, 494, 525, 540, 571, 602, 665, 666, 669, 672, 679, 682, 689
Offset: 0

Views

Author

Omar E. Pol, Jan 19 2016

Keywords

Comments

Conjecture: this is also the "tree" sequence in a 120-degree sector of the cellular automaton of A266532.
It appears that this is also the partial sums of A038573.
a(n) is also the total number of ON cells after n-th stage in the tree that arises from one of the four spokes in a 90-degree sector of the cellular automaton A160720 on the square grid.
Note that the structure of A160720 is also the "outward" version of the Ulam-Warburton cellular automaton of A147562.
It appears that A038573 gives the number of cells turned ON at n-th stage.
Conjecture: a(n) is also the total number of Y-toothpicks after n-th stage in the tree that arises from one of the three spokes in a 120-degree sector of the cellular automaton of A266532 on the triangular grid.
Note that the structure of A266532 is also the "outward" version of the Y-toothpick cellular automaton of A160120.
It appears that A038573 also gives the number of Y-toothpicks added at n-th stage.
Comment from N. J. A. Sloane, Jan 23 2016: All the above conjectures are true!
From Gus Wiseman, Mar 31 2019: (Start)
a(n) is also the number of nondecreasing binary-containment pairs of positive integers up to n. A pair of positive integers is a binary containment if the positions of 1's in the reversed binary expansion of the first are a subset of the positions of 1's in the reversed binary expansion of the second. For example, the a(1) = 1 through a(6) = 12 pairs are:
(1,1) (1,1) (1,1) (1,1) (1,1) (1,1)
(2,2) (1,3) (1,3) (1,3) (1,3)
(2,2) (2,2) (1,5) (1,5)
(2,3) (2,3) (2,2) (2,2)
(3,3) (3,3) (2,3) (2,3)
(4,4) (3,3) (2,6)
(4,4) (3,3)
(4,5) (4,4)
(5,5) (4,5)
(4,6)
(5,5)
(6,6)
(End)

Crossrefs

Programs

  • Mathematica
    Accumulate[Table[2^DigitCount[n,2,1]-1,{n,0,30}]] (* based on conjecture confirmed by Sloane, Gus Wiseman, Mar 31 2019 *)

Formula

a(n) = (A160720(n+1) - 1)/4.
Conjecture 1: a(n) = (A266532(n+1) - 1)/3.
Conjecture 2: a(n) = A160720(n+1) - A266532(n+1).
All of the above conjectures are true. - N. J. A. Sloane, Jan 23 2016
(Conjecture) a(n) = A267610(n) + n. - Gus Wiseman, Mar 31 2019

A213360 Snowflake sequence starting with six E-toothpicks.

Original entry on oeis.org

0, 6, 12, 18, 36, 42, 60, 78, 96, 126, 144, 174, 216, 222, 240, 258, 288, 342, 372, 450, 492, 546, 624, 666, 732, 810, 828, 870, 912, 966, 1056, 1122, 1248, 1338, 1428, 1530, 1596, 1674, 1764, 1854, 1944, 1998, 2064, 2178, 2256, 2382, 2508, 2610, 2712, 2850, 2952, 3114, 3216, 3330, 3492, 3618, 3780, 3894, 3996, 4098
Offset: 0

Views

Author

Omar E. Pol, Dec 16 2012

Keywords

Comments

The structure is the same as A161330 but without the two central E-toothpicks. All terms are multiples of 6.

Crossrefs

Formula

a(n) = A161330(n+1) - 2 = 6*A161336(n).

A220478 Equilateral triangle from the snowflake (or E-toothpick) structure of A161330 (see Comments lines for definition).

Original entry on oeis.org

0, 2, 4, 6, 10, 12, 16, 20, 24, 30, 34, 40, 48, 50, 54, 58, 64, 74, 80, 94, 102, 112, 126, 134, 146, 160, 164, 172, 180, 190, 206, 218, 240, 256, 272, 290, 302, 316, 332, 348, 364, 374, 386, 406, 420, 442, 464, 482, 500, 524, 542, 570, 588, 608, 636, 658, 686, 706, 724, 742
Offset: 0

Views

Author

Omar E. Pol, Dec 22 2012

Keywords

Comments

It appears that if n >> 1 the structure looks like an equilateral triangle, which is essentially one of the six wedges of the E-toothpick (or snowflake) structure of A161330. The sequence gives the number of E-toothpicks in the structure after n stages. A220498 (the first differences) gives the number added at the n-th round. For more information and some illustrations see A161330. For the E-toothpick right triangle see A211964.

Crossrefs

Formula

a(n) = n + (A161330(n) - 2)/6, n >= 1.
a(n) = n + A161336(n) = 2*A211964(n).

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

Original entry on oeis.org

0, 1, 2, 3, 6, 7, 10, 13, 16, 21, 24, 29, 36, 37, 40, 43, 46, 53, 58, 65, 74, 83, 96, 107, 120, 133, 136, 143, 150, 157, 168, 179, 190, 209, 226, 247, 258, 271, 286, 299, 314, 327, 334, 349, 364, 381, 406, 417, 434, 455, 470, 493, 514, 533, 562, 583, 608, 631, 646, 661, 680, 703, 736, 761, 782, 807, 836, 857, 892, 927
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 A151895.
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 (snowflake tree) at a(16).
First differs from A266536 at a(13). - Omar E. Pol, Apr 02 2016

Crossrefs

Formula

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

Extensions

More terms from Omar E. Pol, Apr 02 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.

A161337 a(n) = (A161330(n+1) - 2)/3.

Original entry on oeis.org

0, 2, 4, 6, 12, 14, 20, 26, 32, 42, 48, 58, 72, 74, 80, 86, 96, 114, 124, 150, 164, 182, 208, 222, 244, 270, 276, 290, 304, 322, 352, 374, 416, 446, 476, 510, 532, 558, 588, 618, 648, 666, 688, 726, 752, 794, 836, 870, 904, 950, 984, 1038, 1072, 1110, 1164, 1206
Offset: 0

Views

Author

Omar E. Pol, Jun 09 2009

Keywords

Crossrefs

Extensions

More terms from Jinyuan Wang, Jul 30 2021

A161338 a(n) = (A161330(n+1) - 2)/2.

Original entry on oeis.org

0, 3, 6, 9, 18, 21, 30, 39, 48, 63, 72, 87, 108, 111, 120, 129, 144, 171, 186, 225, 246, 273, 312, 333, 366, 405, 414, 435, 456, 483, 528, 561, 624, 669, 714, 765, 798, 837, 882, 927, 972, 999, 1032, 1089, 1128, 1191, 1254, 1305, 1356, 1425, 1476, 1557, 1608
Offset: 0

Views

Author

Omar E. Pol, Jun 09 2009

Keywords

Crossrefs

Extensions

More terms from Jinyuan Wang, Jul 30 2021

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-9 of 9 results.