OFFSET
0,2
COMMENTS
Start with a node; step one is to connect that node to n+1 new nodes so that it is of degree n+1; further steps are to connect each existing node of degree 1 to n new nodes so that it is of degree n+1; T(n,k) is the total number of nodes after k steps.
FORMULA
EXAMPLE
Rows start: 1,2,2,2,2,2,...; 1,3,5,7,9,11,...; 1,4,10,22,46,94,...; 1,5,17,53,161,485,... T(3,2) =122 base 3 =17.
CROSSREFS
KEYWORD
AUTHOR
Henry Bottomley, Feb 06 2002
STATUS
approved