Bulletin de la Société des Enseignants Neuchâtelois de Sciences, n° 43, Déc. 2012, Mathématiques
Les suites aliquotes



!!
"#!$%$&'%($&!
&!#%$&'$)*!'($&
$!!($+,'!-%
*!'$& -'% !'  +
#%&!)#!'
.  $!!%-/
%$!!*!'(* 

0*
Dfinition
      *      *    %  %  &        
!!    *      *    %  !  *!  
!-*!*#%(&
!+!1*(&-
*%%!*%(&+)23456*
%!!*&!!
#*(+*7!!8(
"   !    ! !  +  '-    
%%9!'
Introduction sur sigma
"')'- 7:8 +*( ; 
!9+(!<(
σ(n)=dnd
1!):7;=8>;2?2@2;=>;A
'-;!-!-!*!!%@==
"(!%(':=!
9**B)
σ=(n)=σ(n)n
1!):=7;=8>A
Calcul de sigma
1    -(      !  '  B  -    !#    +
7*!!%*!8! +

sigma1 := proc(n)
local x, sig;
begin
sig:=0;
for x from 1 to n/2 do
if irem(n,x)=0 then
sig:=sig+x;
end_if;
end_for;
sig+n;
end:
Encadr 11-!:7n8
;
Bulletin de la Société des Enseignants Neuchâtelois de Sciences, n° 43, Déc. 2012, Mathématiques
  &#  9 ! % *-!- MuPAD !
:#9;C! 
9$%9+n9$+sigx(%
 n( nDx 7!+!$*%
n8
Fig 1!:78!n78$%9+@==
#+!!':)
; :'!)*!(
σ(nm)=σ(n)σ(m)
? 6p*!(
σ( pk)=;+p+p?++pk=pk+;;
p;
";)6nm*!
nm

'
d=ni
mj
ninmjm )
σ(nm)=i , j ni
mj=j(ini)mj=jσ(n)mj=σ (n)jmj=σ(n)σ(m)
E"?)
pk

09%
σ( pk)
 
!-%
;+p+p?++pk
!;p. 
)
(pk+;;)/( p;)
1  
σ(n)
(    ''      ' n !  &!!%    !!  ;    ?  
!-MuPAD %!!9?
sigma2:=proc(n)
local f,s,p,k;
begin
f:=0;
s:=1;
k:=0;
p:=0;
f:=op(ifactor(n));
for p from 2 to nops(f)-1 step 2 do
k:=(f[p]^(f[p+1]+1)-1)/(f[p]-1);
s:=s*k;
end_for;
s;
end:
Encadr 2:7n8!'*!
?
Bulletin de la Société des Enseignants Neuchâtelois de Sciences, n° 43, Déc. 2012, Mathématiques
1!!-$&!%&!:7;?9FG@9HIA8
!-&*(&+?I9F;J9JHA(!!-
@?%#9 !-!!
'!!''%%'!,'
%1 "KLM$+-%*!
Complexit du calcul de sigma
N% !'!!K'M
σ(n)
1
(      
σ(n)
!      K'M    !   n 
'!
''(
n=pq
!7-8*!n(p
q6!!%&
σ(n)
!pq
#%)
n=pq
O
σ(n)=σ( pq)=σ( p)σ(q)=( p+;)(q+;)= pq+p+q+;
%%%%)
p?+p(;+nσ(n))+n==
-!'! 
!%
"    '(  -    ''  +   !%(  !    (    -    
!'!(%#!-!P6 (
!%-!-+
%
"')C%7an8'!a;)
an+;>:=7an8N-! 7a;8N!%!-! n 
*an
Q!a;>;=)7;=8>R;=OAOIO;O=S-! 7;=8
'-;
Fig 1!!+%7;=8
%:9!$O*! B-!*1
!HG-IH@H):7@H8>;2?2G2I2A2;G2?A>HGO:7IH8>;2?2G2;J2FA>HG
%!K$M(-!'-?
! 7A=8>RA=O;=HO@HOHGOHFOG;O;O=S7*8 7AA8>RAAOJ?OIHOHGOHFOG;O;O=S
7-8
F
Bulletin de la Société des Enseignants Neuchâtelois de Sciences, n° 43, Déc. 2012, Mathématiques
-?"%%$-
Abondance et dficience
"')n*:=7n8TnOn!':=7n8>nO':=7n8Un
6%)6?==9===!*(GJ9GA;*7?@V8(G!'
;@=9@;@'7I@V8
'-F-!!:=@==!*-
!''78>('%*!'
*'-!*'%&!'%&*
-?!:=@==!*
*!':=7!8>;&%
+&*(&*&&* 
!*'-G%!*!;?=(W$%&
J(*J'
G
Bulletin de la Société des Enseignants Neuchâtelois de Sciences, n° 43, Déc. 2012, Mathématiques
-F 7;?=8
Programmes
X%!--9F!!%'' 
%7an8(-!(--7a2;82;-!
"!-'-'!1 "**#%
9*9
plotfin:=proc(n)
local L,P,x,y,t,k,j,H,G;
begin
L:=null(); P:=null(); H:=null(); G:=null();
y:=n;
x:=1;
t:=0;
j:=float(log(10,y));
P:=P,[x,y]; H:=H,[x,j]; L:=L,[x,y]; G:=G,[x,j];
while y<>0 and t<>5 and j<40 do
t:=0;
y:=numlib::sigma(y)-y;
if y<>0 then
j:=float(log(10,y));
end_if;
x:=x+1;
P:=P,[x,y]; L:=L,[x,y]; H:=H,[x,j]; G:=G,[x,j];
for k from 1 to nops(P) do
if [k,y]=P[k] then
t:=t+1;
end_if;
end_for;
end_while;
print(P);
plot(plot::Listplot([L]));
print(H);
plot(plot::Listplot([G]));
end:
F
9G(!!!-Y!%!
! n  m !6'%9
-!Z
0-!!-)!#$%&K[\OM!W 
!-%!+!%-/+ 

@
1 / 14 100%
La catégorie de ce document est-elle correcte?
Merci pour votre participation!

Faire une suggestion

Avez-vous trouvé des erreurs dans linterface ou les textes ? Ou savez-vous comment améliorer linterface utilisateur de StudyLib ? Nhésitez pas à envoyer vos suggestions. Cest très important pour nous !