A052530: to be edited

zak seidov zakseidov at yahoo.com
Sat Nov 11 14:53:18 CET 2006


Both %F's and %t don't accord with entries %S 
(mainly with first term of %S),
and note this misprint(?):
"a(n)-4*a(n+1)+a(n+2)})"

%S A052530
1,2,8,30,112,418,1560,5822,21728,81090,302632,

%F A052530 a(0) = c, a(1) = p*c^3; a(n+2) =
p*c^2*a(n+1) - a(n), for p = 1, c = 2.

%F A052530 Recurrence: {a(0)=1, a(1)=2, a(2)=8, 
a(n)-4*a(n+1)+a(n+2)}

%t A052530 a[0] = c; a[1] = p*c^3; a[n_] := a[n] =
p*c^2*a[n - 1] - a[n - 2]; p = 1; c = 2; 
Table[ a[n], {n, 0, 20} ]

Anyone may wish to fix it? 
Zak


 
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index






More information about the SeqFan mailing list