Zurück Vor +Ebene Home Inhalt Index Hilfe

Fakultät

k-fache Fakultät

restart:
k:=    ;
n:=    ;
f:=proc(n:nonnegint)
option remember;
f(0):=1;
for i to k do
f(i):=i od;
f(n):=n*f(n-k);
end:
f(n);

Copyright Verlag Harri Deutsch AG  Stöcker DeskTop Mathematik