[go: up one dir, main page]

login
Revision History for A120532 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
First differences of successive generalized meta-Fibonacci numbers A120510.
(history; published version)
#4 by R. J. Mathar at Wed Aug 21 12:17:29 EDT 2013
STATUS

editing

approved

#3 by R. J. Mathar at Wed Aug 21 12:17:26 EDT 2013
AUTHOR

_Frank Ruskey (http://www.cs.uvic.ca/~ruskey/) _ and Chris Deugau (deugaucj(AT)uvic.ca), Jun 20 2006

STATUS

approved

editing

#2 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
LINKS

C. Deugau and F. Ruskey, <a href="http://www.cs.uwaterloo.ca/journals/JIS/VOL12/Ruskey/ruskey6.pdf">Complete k-ary Trees and Generalized Meta-Fibonacci Sequences</a>, J. Integer Seq., Vol. 12. [This is a later version than that in the GenMetaFib.html link]

KEYWORD

nonn,new

nonn

#1 by N. J. A. Sloane at Fri Sep 29 03:00:00 EDT 2006
NAME

First differences of successive generalized meta-Fibonacci numbers A120510.

DATA

1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1

OFFSET

1,1

LINKS

C. Deugau and F. Ruskey, <a href="http://www.cs.uvic.ca/~ruskey/Publications/MetaFib/GenMetaFib.html">Complete k-ary Trees and Generalized Meta-Fibonacci Sequences</a>

FORMULA

d(n) = 0 if node n is an inner node, or 1 if node n is a leaf.

g.f.: z (1 + z^4 ( (1 - z^(3 * [1])) / (1 - z^[1]) + z^7 * (1 - z^(4 * [i]))/(1 - z^[1]) ( (1 - z^(3 * [2])) / (1 - z^[2]) + z^19 * (1 - z^(4 * [2]))/(1 - z^[2]) (..., where [i] = (4^i - 1) / 3.

g.f.: D(z) = z * (1 - z^3) * sum(prod(z^3 * (1 - z^(4 * [i])) / (1 - z^[i]), i=1..n), n=0..infinity), where [i] = (4^i - 1) / 3.

MAPLE

d := n -> if n=1 then 1 else A120510(n)-A120510(n-1) fi;

CROSSREFS
KEYWORD

nonn

AUTHOR

Frank Ruskey (http://www.cs.uvic.ca/~ruskey/) and Chris Deugau (deugaucj(AT)uvic.ca), Jun 20 2006

STATUS

approved