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.

This page as a plain text file.
%I A132852 #6 Apr 03 2014 11:35:08
%S A132852 1,1,2,4,14,62,462,5380,105626,3440686,196429906,19603795552,
%T A132852 3496015313038,1120368106124268,653253602487886098,
%U A132852 697073727912597623594,1371575342274982257650434
%N 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.
%C A132852 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.
%H A132852 Martin Fuller, <a href="/A132852/a132852.txt">Computing A132852, A132853, A132854, A132855, A132856</a>
%e A132852 a(n) counts the nodes in generation n of the following tree.
%e A132852 Generations 0..5 of the 2-convoluted tree are as follows;
%e A132852 The path from the root is shown, with child nodes enclosed in [].
%e A132852 GEN.0: [1];
%e A132852 GEN.1: 1->[2];
%e A132852 GEN.2: 1-2->[1,3];
%e A132852 GEN.3:
%e A132852 1-2-1->[2]
%e A132852 1-2-3->[2,4,6];
%e A132852 GEN.4:
%e A132852 1-2-1-2->[2,4]
%e A132852 1-2-3-2->[1,3]
%e A132852 1-2-3-4->[1,3,5,7]
%e A132852 1-2-3-6->[1,3,5,7,9,11];
%e A132852 GEN.5:
%e A132852 1-2-1-2-2->[2,4]
%e A132852 1-2-1-2-4->[2,4,6,8]
%e A132852 1-2-3-2-1->[2]
%e A132852 1-2-3-2-3->[2,4,6]
%e A132852 1-2-3-4-1->[2]
%e A132852 1-2-3-4-3->[2,4,6]
%e A132852 1-2-3-4-5->[2,4,6,8,10]
%e A132852 1-2-3-4-7->[2,4,6,8,10,12,14]
%e A132852 1-2-3-6-1->[2]
%e A132852 1-2-3-6-3->[2,4,6]
%e A132852 1-2-3-6-5->[2,4,6,8,10]
%e A132852 1-2-3-6-7->[2,4,6,8,10,12,14]
%e A132852 1-2-3-6-9->[2,4,6,8,10,12,14,16,18]
%e A132852 1-2-3-6-11->[2,4,6,8,10,12,14,16,18,20,22].
%e A132852 Each path in the tree from the root node forms the initial terms of a self-convolution square of a sequence with integer terms.
%Y A132852 Cf. A132853, A132854, A132855, A132856.
%Y A132852 Cf. A083952, A132831.
%K A132852 nonn
%O A132852 0,3
%A A132852 _Paul D. Hanna_, Sep 19 2007, Oct 06 2007
%E A132852 Extended by _Martin Fuller_, Sep 24 2007.