A196448 Value of a variable (d) in an iterative system. See equations.
0, 1, 2, 48, 10240, 738197504, 3026418949592973312, 57156803818751382534863703592054816768, 19223296064788821505866276808082953452203024798006734264363075470063703162880
Offset: 0
Keywords
Examples
Let F_0 be: a=0,b=1,c=0,d=0,e=1; F_1 is {0,1,1,1,1}; F_2 = {1,4,3,2,6}.
Formula
a = xx, b = xX, c = XX, d = xY, e = XY.
a' = 2ad + bd;
b' = 2ae + bd + be + 2cd;
c' = be + 2 ce;
d' = bd + be + 2ad + 2ae;
e' = bd + be + 2cd + 2ce.
Extensions
a(5)-a(8) from Franklin T. Adams-Watters, Oct 03 2011
Comments