|
| |
|
|
A153006
|
|
Toothpick sequence starting at the outside corner of an infinite square from which protrudes half toothpick.
|
|
47
| |
|
|
0, 1, 3, 6, 9, 13, 20, 28, 33, 37, 44, 53, 63, 78, 100, 120, 129, 133, 140, 149, 159, 174, 196, 217, 231, 246, 269, 297, 332, 384, 448, 496, 513, 517, 524, 533, 543, 558, 580, 601, 615, 630, 653, 681, 716, 768, 832, 881, 903, 918, 941
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| a(n) is the total number of integer toothpicks after n steps.
It appears that this sequence is related to triangular numbers, Mersenne primes and even perfect numbers. Conjecture: a(A000668(n))=A000217(A000668(n)). Conjecture: a(A000668(n))=A000396(n), assuming there are no odd perfect numbers.
The main entry for this sequence is A139250. See also A152980 (the first differences) and A147646.
The Mersenne prime conjectures are true, but aren't really about Mersenne primes. a(2^i-1) = 2^i (2^i-1)/2 for all i (whether or not i or 2^i-1 is prime). This follows from the formulae for A139250(2^i-1) and A139250(2^i). [From David Applegate, May 11 2009]
Then we can write a(A000225(k))=A006516(k), for k>0. [From Omar E. Pol, May 23 2009]
It appears that a(n) is also 1/4 of the total path length of a toothpick structure as A139250 after n-th stage which is constructed following a special rule: toothpicks of the new generation have length 4 when are placed on the square grid (every toothpick has four components of length 1), but after every stage, one (or two) of the four components of every toothpick of the new generation is removed, if such component contains a endpoint of the toothpick and if such endpoint is touching the midpoint or the endpoint of another toothpick. The truncated endpoints of the toothpicks remain exposed for ever. Note that there are three sizes of toothpicks in the structure: toothpicks of length 4, 3 and 2. a(n) is also 1/4 of the number of grid points that are covered after n-th stage, except the central point of the structure. A159795 gives the total path length and also the total number of components in the structure after n-th stage. - Omar E. Pol, Oct 24 2011
|
|
|
LINKS
| N. J. A. Sloane, Table of n, a(n) for n = 0..16387
David Applegate, Omar E. Pol and N. J. A. Sloane, The Toothpick Sequence and Other Sequences from Cellular Automata
N. J. A. Sloane, Catalog of Toothpick and Cellular Automata Sequences in the OEIS
David Applegate, The movie version [From Omar E. Pol, Dec 06 2009]
O. E. Pol, Illustration of initial terms
O. E. Pol, Illustration of A153006(31) = 496
Index entries for sequences related to toothpick sequences [From Omar E. Pol, Dec 06 2009]
Index entries for sequences related to cellular automata [From Omar E. Pol, Dec 06 2009]
|
|
|
FORMULA
| Comments from Gary W. Adamson, May 25 2009. Equals A151550 convolved with [1, 2, 2, 2,...]. (This is equivalent to the observation that the g.f. is x((1+x)/(1-x)) * Prod_{ n >= 1} (1 + x^(2^n-1) + 2*x^(2^n)).) Equivalently, equals A151555 convolved with A151575.
G.f.: x*((1 + x)/(1 - x)) * Prod_{ n >= 1} (1 + x^(2^n-1) + 2*x^(2^n)). - N. J. A. Sloane, May 20, 2009
|
|
|
MAPLE
| G:=x*((1 + x)/(1 - x)) * mul( (1 + x^(2^n-1) + 2*x^(2^n)), n=1..20); - N. J. A. Sloane, May 20, 2009
|
|
|
CROSSREFS
| Cf. A000079, A000217, A000396, A000668, A139250, A139251, A139560, A152978, A152979, A152980, A153000, A153001, A153002.
Cf. A000225, A006516. [From Omar E. Pol, May 23 2009]
Cf. A153007, A078008, A151555.
Sequence in context: A117469 A073359 A137041 * A086838 A161669 A128261
Adjacent sequences: A153003 A153004 A153005 * A153007 A153008 A153009
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Omar E. Pol (info(AT)polprimos.com), Dec 17 2008, Dec 19 2008, Apr 28 2009
|
|
|
EXTENSIONS
| Edited by N. J. A. Sloane (njas(AT)research.att.com), Dec 19 2008
|
| |
|
|