OFFSET
1,1
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
C. Deugau and F. Ruskey, Complete k-ary Trees and Generalized Meta-Fibonacci Sequences, J. Integer Seq., Vol. 12. [This is a later version than that in the GenMetaFib.html link]
C. Deugau and F. Ruskey, Complete k-ary Trees and Generalized Meta-Fibonacci Sequences.
FORMULA
d(n) = 0 if node n is an inner node, or 1 if node n is a leaf.
G.f.: z (1 + z^2 ( (1 - z^(2 * [1])) / (1 - z^[1]) + z^4 * (1 - z^(3 * [i]))/(1 - z^[1]) ( (1 - z^(2 * [2])) / (1 - z^[2]) + z^10 * (1 - z^(3 * [2]))/(1 - z^[2]) (..., where [i] = (3^i - 1) / 2.
G.f.: D(z) = (1 - z) * z * sum(prod(z * (1 - z^(3 * [i])) / (1 - z^[i]), i=1..n), n=0..infinity), where [i] = (3^i - 1) / 2.
MATHEMATICA
CROSSREFS
KEYWORD
nonn
AUTHOR
Frank Ruskey and Chris Deugau (deugaucj(AT)uvic.ca), Jun 20 2006
EXTENSIONS
More terms from Paolo Xausa, Mar 26 2026
STATUS
approved
