login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Numbers k such that sigma(prime(k) - 1) == 0 (mod k).
1

%I #21 Jun 19 2022 02:19:05

%S 1,4,9,27,42,60,64,70,78,144,168,180,216,238,260,318,558,600,672,960,

%T 1008,1053,1260,1620,1806,2112,3318,3780,4608,5544,12152,40084,40095,

%U 41664,47040,48825,49176,51870,59832,60528,71040,99008,100356,113904,132000,159000

%N Numbers k such that sigma(prime(k) - 1) == 0 (mod k).

%C There are 91 terms up to and including 10 million. - _Harvey P. Dale_, Oct 04 2016

%H Amiram Eldar, <a href="/A067758/b067758.txt">Table of n, a(n) for n = 1..163</a> (terms 1..91 from Harvey P. Dale)

%t Select[Range[120000],Divisible[DivisorSigma[1,Prime[#]-1],#]&] (* _Harvey P. Dale_, Oct 04 2016 *)

%o (PARI) for(k=1,120000, if(sigma(prime(k)-1)%k==0,print1(k,",")))

%Y Cf. A000203, A006093, A008332.

%K nonn

%O 1,2

%A _Benoit Cloitre_, Feb 05 2002

%E More terms from _Klaus Brockhaus_, Feb 07 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 21 19:38 EDT 2024. Contains 376089 sequences. (Running on oeis4.)