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.

A132852 Number of sequences {c(i), i=0..n} that form the initial terms of a self-convolution square of an integer sequence such that 0 < c(n) <= 2*c(n-1) for n>0 with c(0)=1.

Original entry on oeis.org

1, 1, 2, 4, 14, 62, 462, 5380, 105626, 3440686, 196429906, 19603795552, 3496015313038, 1120368106124268, 653253602487886098, 697073727912597623594, 1371575342274982257650434
Offset: 0

Views

Author

Paul D. Hanna, Sep 19 2007, Oct 06 2007

Keywords

Comments

Equals the number of nodes at generation n in the 2-convoluted tree. The minimal path in the 2-convoluted tree is A083952 and the maximal path is A132831. The 2-convoluted tree is defined as follows: tree of all finite sequences {c(k), k=0..n} that form the initial terms of a self-convolution square of some integer sequence such that 0 < c(n) <= 2*c(n-1) for n>0 with a(0)=1.

Examples

			a(n) counts the nodes in generation n of the following tree.
Generations 0..5 of the 2-convoluted tree are as follows;
The path from the root is shown, with child nodes enclosed in [].
GEN.0: [1];
GEN.1: 1->[2];
GEN.2: 1-2->[1,3];
GEN.3:
1-2-1->[2]
1-2-3->[2,4,6];
GEN.4:
1-2-1-2->[2,4]
1-2-3-2->[1,3]
1-2-3-4->[1,3,5,7]
1-2-3-6->[1,3,5,7,9,11];
GEN.5:
1-2-1-2-2->[2,4]
1-2-1-2-4->[2,4,6,8]
1-2-3-2-1->[2]
1-2-3-2-3->[2,4,6]
1-2-3-4-1->[2]
1-2-3-4-3->[2,4,6]
1-2-3-4-5->[2,4,6,8,10]
1-2-3-4-7->[2,4,6,8,10,12,14]
1-2-3-6-1->[2]
1-2-3-6-3->[2,4,6]
1-2-3-6-5->[2,4,6,8,10]
1-2-3-6-7->[2,4,6,8,10,12,14]
1-2-3-6-9->[2,4,6,8,10,12,14,16,18]
1-2-3-6-11->[2,4,6,8,10,12,14,16,18,20,22].
Each path in the tree from the root node forms the initial terms of a self-convolution square of a sequence with integer terms.
		

Crossrefs

Extensions

Extended by Martin Fuller, Sep 24 2007.