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

A160407 First differences of toothpick numbers A160406.

Original entry on oeis.org

1, 1, 2, 2, 2, 2, 4, 4, 2, 2, 4, 4, 4, 6, 10, 8, 2, 2, 4, 4, 4, 6, 10, 8, 4, 6, 10, 10, 12, 20, 26, 16, 2, 2, 4, 4, 4, 6, 10, 8, 4, 6, 10, 10, 12, 20, 26, 16, 4, 6, 10, 10, 12, 20, 26, 18, 12, 20, 28, 30, 42
Offset: 1

Views

Author

Omar E. Pol, May 23 2009

Keywords

Comments

Number of toothpicks added at n-th stage in the toothpick structure of A160406.
From Omar E. Pol, Mar 15 2020: (Start)
The cellular automaton described in A160406 has word "ab", so the structure of this triangle is as follows:
a,b;
a,b;
a,b,a,b;
a,b,a,b,a,b,a,b;
a,b,a,b,a,b,a,b,a,b,a,b,a,b,a,b;
...
The row lengths are the terms of A011782 multiplied by 2, equaling the column 2 of the square array A296612: 2, 2, 4, 8, 16, ...
This arrangement has the property that the odd-indexed columns (a) contain numbers of the toothpicks that are parallel to initial toothpick, and the even-indexed columns (b) contain numbers of the toothpicks that are orthogonal to the initial toothpick.
For further information about the "word" of a cellular automaton see A296612. (End)

Examples

			From _Omar E. Pol_, Jul 18 2009, Mar 15 2020: (Start)
If written as a triangle:
1,1;
2,2;
2,2,4,4;
2,2,4,4,4,6,10,8;
2,2,4,4,4,6,10,8,4,6,10,10,12,20,26,16;
2,2,4,4,4,6,10,8,4,6,10,10,12,20,26,16,4,6,10,10,12,20,26,18,12,20,28,30,42;...
(End)
		

Crossrefs

Extensions

More terms from N. J. A. Sloane, Jul 17 2009

A194441 Number of toothpicks or D-toothpicks added at n-th stage to the structure of A194440.

Original entry on oeis.org

0, 1, 2, 4, 4, 4, 4, 8, 8, 4, 4, 8, 12, 16, 8, 16, 16, 4, 4, 8, 12, 16, 16, 24, 26, 24, 12, 20, 28, 40, 20, 32, 32, 4, 4, 8, 12, 16, 16, 24, 26, 24, 20, 32, 40, 64, 40, 48, 54, 40, 12, 20, 32, 48, 48, 64, 70, 76, 30, 44, 64, 88, 44, 64, 64, 4, 4, 8, 12
Offset: 0

Views

Author

Omar E. Pol, Aug 29 2011

Keywords

Comments

Essentially the first differences of A194440.

Examples

			If written as a triangle:
0,
1,
2,
4,4,
4,4,8,8,
4,4,8,12,16,8,16,16,
4,4,8,12,16,16,24,26,24,12,20,28,40,20,32,32,
4,4,8,12,16,16,24,26,24,20,32,40,64,40,48,54,40,12,20,...
.
It appears that rows converge to A194696.
		

Crossrefs

Formula

Conjectures for n = 2^k+j, if -1<=j<=3:
a(2^k-1) = 2^k, if k >= 2.
a(2^k+0) = 2^k, if k >= 0.
a(2^k+1) = 4, if k >= 1.
a(2^k+2) = 4, if k >= 1.
a(2^k+3) = 8, if k >= 2.
End of conjectures.

Extensions

More terms from Omar E. Pol, Dec 28 2012

A194443 Number of toothpicks or D-toothpicks added at n-th stage to the structure of A194442.

Original entry on oeis.org

0, 1, 2, 4, 4, 4, 4, 7, 8, 4, 4, 8, 12, 8, 8, 13, 16, 4, 4, 8, 12, 16, 16, 20, 24, 12, 8, 16, 28, 16, 16, 25, 32, 4, 4, 8, 12, 16, 16, 22, 32, 26, 20, 24, 40, 32, 40, 33, 48, 20, 8, 16, 28, 40, 44, 50, 60, 28, 16, 32, 60, 32, 32, 49, 64, 4, 4, 8
Offset: 0

Views

Author

Omar E. Pol, Aug 29 2011

Keywords

Comments

Essentially the first differences of A194442. It appears that the structure of the "narrow" triangle is much more regular about n=2^k, see formula section.

Examples

			If written as a triangle:
0,
1,
2,
4,4,
4,4,7,8,
4,4,8,12,8,8,13,16,
4,4,8,12,16,16,20,24,12,8,16,28,16,16,25,32,
4,4,8,12,16,16,22,32,26,20,24,40,32,40,33,48,20,8,16,28...
.
It appears that rows converge to A194697.
		

Crossrefs

Formula

Conjectures for n = 2^k+j, if -6<=j<=6:
a(2^k-6) = 2^(k-2), if k >= 3.
a(2^k-5) = 2^(k-1), if k >= 3.
a(2^k-4) = 2^k-4, if k >= 2.
a(2^k-3) = 2^(k-1), if k >= 3.
a(2^k-2) = 2^(k-1), if k >= 2.
a(2^k-1) = 3*2^(k-2)+1, if k >= 2.
a(2^k+0) = 2^k, if k >= 0.
a(2^k+1) = 4, if k >= 1.
a(2^k+2) = 4, if k >= 1.
a(2^k+3) = 8, if k >= 3.
a(2^k+4) = 12, if k >= 3.
a(2^k+5) = 16, if k >= 4.
a(2^k+6) = 16, if k >= 4.
End of conjectures.

A161830 Y-toothpick triangle (see Comments lines for definition).

Original entry on oeis.org

0, 1, 3, 5, 9, 11, 15, 19, 27, 31, 35, 39, 47, 53, 61, 71, 89, 99, 103
Offset: 0

Views

Author

Omar E. Pol, Jun 20 2009

Keywords

Comments

Y-toothpick sequence starting at the corner of an infinite hexagon in which its vertex touch an endpoint of the initial Y-toothpick and the two other endpoints are equidistant from the nearest sides of the hexagon.
The sequence gives the number of Y-toothpicks in the structure after n rounds. A161831 (the first differences) gives the number added at the n-th round.
See the Y-toothpick sequence A160120 for more information about the recursive, fractal-like structure.

Crossrefs

A160123 a(n) = A160121(n+1)/3.

Original entry on oeis.org

1, 1, 3, 1, 3, 3, 7, 3, 3, 3, 7, 5, 7, 9, 17, 9, 3, 3, 7, 5, 7, 9, 17, 11, 7, 9, 17, 17, 19, 23, 39, 27, 7, 3, 7, 5, 7, 9, 17, 11, 7, 9, 17, 17, 19, 23, 39, 29, 11, 9, 17, 17, 19, 25, 43, 39, 25, 23, 39, 45, 47, 57, 93, 77, 23, 3, 7, 5, 7, 9
Offset: 1

Views

Author

Omar E. Pol, May 02 2009, May 21 2010

Keywords

Comments

Also, first differences of A161910. [From Omar E. Pol, Jun 21 2009]

Examples

			Note that this can be written as a triangle:
1;
1;
3;
1,3;
3,7,3,3;
3,7,5,7,9,17,9,3;
3,7,5,7,9,17,11,7,9,17,17,19,23,39,27,7;
3,7,5,7,9,17,11,7,9,17,17,19,23,39,29,11,9,17,17,19,25,43,39,25,23,39,45,47,57,93,77,23;
3,7,5,7,9,...
		

Crossrefs

Y-toothpick sequence: A160120. Cf. A160121, A160122.
Cf. A139250, A139251. [From Omar E. Pol, Jun 16 2009]
Cf. A161831, A161427, A161910. [From Omar E. Pol, Jun 21 2009]

Extensions

More terms from Omar E. Pol, Jun 16 2009
Extended by R. J. Mathar, Feb 05 2010

A233971 Number of toothpicks added at n-th stage to the structure of A233970.

Original entry on oeis.org

0, 1, 2, 2, 4, 2, 4, 6, 8, 2, 4, 6, 10, 10, 8, 14, 16, 2, 4, 6, 10, 10, 10, 18, 24, 22, 8, 14, 22, 26, 16, 30, 32, 2, 4, 6, 10, 10, 10, 18, 24, 22, 10, 18, 28, 38, 28, 46, 56, 54, 8, 14, 22, 26, 22, 42, 56, 62, 16, 30, 46, 58, 32, 62, 64, 2, 4, 6, 10, 10
Offset: 0

Views

Author

Omar E. Pol, Dec 18 2013

Keywords

Comments

Essentially the first differences of A233970.
First differs from A170905 at a(24).
First differs from both A233765 and A233781 at a(25).

Examples

			Written as an irregular triangle in which the row lengths is A011782 the sequence (starting from 1) begins:
1;
2;
2,4;
2,4,6,8;
2,4,6,10,10,8,14,16;
2,4,6,10,10,10,18,24,22,8,14,22,26,16,30,32;
2,4,6,10,10,10,18,24,22,10,18,28,38,28,46,56,54,8,14,22,26,22,42,56,62,16,30,46,58,32,62,64;
Right border gives A000079.
		

Crossrefs

A161832 a(n) = (A161830(n+1)-1)/2.

Original entry on oeis.org

0, 1, 2, 4, 5, 7, 9, 13, 15, 17, 19, 23, 26, 30, 35, 44, 49, 51
Offset: 0

Views

Author

Omar E. Pol, Jun 20 2009

Keywords

Comments

The sequence gives the number of Y-toothpicks in the structure after n rounds. A161833 (the first differences) gives the number added at the n-th round.
See the Y-toothpick sequence A160120 and A161830 for more information.

Crossrefs

A161833 First differences of A161832.

Original entry on oeis.org

1, 1, 2, 1, 2, 2, 4, 2, 2, 2, 4, 3, 4, 5, 9, 5, 2
Offset: 1

Views

Author

Omar E. Pol, Jun 20 2009

Keywords

Comments

Number of Y-toothpicks added to the sieve at the n-th round.

Crossrefs

Formula

a(n) = A161831(n+1)/2.

A161427 First differences of A161426.

Original entry on oeis.org

1, 3, 3, 7, 5, 7, 9, 17, 11, 7
Offset: 1

Views

Author

Omar E. Pol and David Applegate, Jun 20 2009

Keywords

Comments

Number of Y-toothpicks added to the sieve at the n-th round.

Crossrefs

A161910 Y-toothpick sequence starting at the corner of an infinite hexagon from which protrudes a half toothpick with an angle = Pi/6.

Original entry on oeis.org

0, 1, 2, 5, 6, 9, 12, 19, 22, 25, 28, 35, 40, 47, 56, 73
Offset: 0

Views

Author

Omar E. Pol, Jun 21 2009

Keywords

Comments

The sequence gives the number of Y-toothpicks in the structure after n rounds. A160123 (the first differences) gives the number added at the n-th round.
See the entries A160120, A161830 and A161426 for more information about Y-toothpick sequences.

Crossrefs

Formula

a(n) = (A160120(n+1)-1)/3.
Showing 1-10 of 10 results.