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

A160420 Number of "ON" cells at n-th stage in simple 2-dimensional cellular automaton whose skeleton is the same network as the toothpick structure of A139250 but with toothpicks of length 4.

Original entry on oeis.org

0, 5, 13, 27, 41, 57, 85, 123, 149, 165, 193, 233, 277, 337, 429, 527, 577, 593, 621, 661, 705, 765, 857, 957, 1025, 1085, 1181, 1305, 1453, 1665, 1945, 2187, 2285, 2301, 2329, 2369, 2413, 2473, 2565, 2665, 2733, 2793, 2889, 3013, 3161, 3373, 3653, 3897, 4013
Offset: 0

Views

Author

Omar E. Pol, May 13 2009, May 18 2009

Keywords

Comments

a(n) is also the number of grid points that are covered after n-th stage by an polyedge as the toothpick structure of A139250, but with toothpicks of length 4.

Examples

			a(2)=13:
.o-o-o-o-o
.....|....
.....o....
.....|....
.....o....
.....|....
.....o....
.....|....
.o-o-o-o-o
		

Crossrefs

Formula

Conjecture: a(n) = A147614(n)+2*A139250(n). [From R. J. Mathar, Jan 22 2010]
The above conjecture is true: each toothpick covers exactly two more grid points than the corresponding toothpick in A147614.

Extensions

Definition revised by N. J. A. Sloane, Jan 02 2010.
Formula verified and more terms from Nathaniel Johnston, Nov 13 2010

A160422 Number of "ON" cells at n-th stage in simple 2-dimensional cellular automaton whose virtual skeleton is a polyedge as the toothpick structure of A139250 but with toothpicks of length 6.

Original entry on oeis.org

0, 7, 19, 41, 63, 87, 131, 193, 235, 259, 303, 367, 435, 527, 675, 837, 919, 943, 987, 1051, 1119, 1211, 1359, 1523, 1631, 1723, 1875, 2071, 2299, 2631, 3087, 3489, 3651, 3675, 3719, 3783, 3851, 3943, 4091, 4255, 4363, 4455, 4607, 4803, 5031, 5363, 5819, 6223, 6411
Offset: 0

Views

Author

Omar E. Pol, May 20 2009

Keywords

Comments

a(n) is also the number of grid points that are covered after n-th stage by an polyedge as the toothpick structure of A139250, but with toothpicks of length 6.

Crossrefs

Formula

a(n) = A147614(n)+4*A139250(n) = A160420(n)+2*A139250(n) since each toothpick covers exactly four more grid points than the corresponding toothpick in A147614.

Extensions

More terms and formula from Nathaniel Johnston, Nov 13 2010
Showing 1-2 of 2 results.